Disclosure Indicator alignment
I have some rows in a Tableview that have disclosure indicator and when the iPad is in landscape mode they are no longer on the right side of the screen. Is there a way to control this alignment?
View ArticleAccess to App class methods
It's possible access to my methods implemented in App class? Sample using System; using Xamarin.Forms; namespace MyApp { public class App : Application { public App() { MainPage = new MyAppPage(); } //...
View ArticleCross Platform Crop Image View
Hey, Anyone have ever implemented some custom crop image UI that can be used in forms ios/android/win phone? What I`m trying to achieve is something like instagram that crop a image to a square, so I...
View ArticleImage Zooming
I am working on Image Zooming and Pinching from Xamarin Forms to IOS i got the desired result but first time when image load it does not fit inside screen as you can see on attachment, So any guidance...
View ArticleTableview size/remove bottom "border"
I have a Tableview in a StackLayout with a ListView after it and there is always a gray space between the two. The Tableview is a form that causes the Listview to be filled with results when populated....
View ArticleRadio Button Bar in Xamarin Forms
Hi there Is there something Button Bar or Radio Button Bar available in Xamarin Forms? (Attached) If not, any plans for it in future? Regards
View ArticleXamarin Forms Maps: Limited functionality?
Hi there I have a native IOS app that uses a lot of map functionality and I'm wondering if the same functionality is possilble when using Xamarin Forms Maps (and perhaps dependency service) Can I draw...
View ArticleGoogle Maps with Xamarin.Forms - Get Directions
How can I get the directions using the Google API (Map) for Xamarin.Forms?
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleHas anyone done Material Design Labels for Droid and iOS?
I dont want to reinvent the wheel so has anyone down material design style labels on input controls yet for iOS and Android that can give me a good link or some info to read up on? Thanks!
View ArticleImageSource.FromResource throws an error
ImageSource.FromResource used to pull images embedded in a PCL assembly, but now it throws an exception (on Android) saying: Method 'ImageSource.FromResource' not found. Here is the offending line of...
View Articlemajor bug.. xamarin incorrectly compiles extended controls as though they...
Been trying to upgrade a project that is running in forms 1.4 perfectly to xamarin 2 to benefit from the new list caching features etc. But i've hit a major bug.. This scenario has been working...
View ArticleApp crashes on deployment to VS Android Emulator using VS2015.
App crashes immediately on deployment to VS Android Emulator with VS 2015. I was using VS Emulator 5" KitKat (4.4) XXHDPI Phone. No errors reported. Don't know where to look for. Can someone help me?
View ArticleStripe API on Xamarin.Forms
Has anyone here tried integrating the Stripe API on Xamarin.Forms? I've been looking through the internet and I can't find any resources about it. I just started training on Xamarin and I don't know...
View ArticleStripeView in Xamarin Forms
I did a little research and it seems braintree and stripe are suitable for app payments. braintree has no official xamarin bindings but there's a Stripe component by Xamarin for Android and iOS. is it...
View ArticleAzure Mobile Services with Javascript and not .Net, why???
I notice that most if not all of the articles about Xamarin Forms using Azure Mobile Services say to use the "Javascript" setup and not the ".Net". Is there any reason why "Javascript" over ".Net"? Is...
View ArticleXamarin.Forms and Azure Mobile Service Error
Hi, I use Windows10, VS2015 Enterprice, Xamarin.Forms Portable Project. If I add Mobile Service Project without Azure hosting in Xamarin.Forms Portable Solution - everything works good. If I add Mobile...
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleForcing page orientation change dynamically
This one is giving me a headache. I don't think there is an XForms API to set page orientation (sad), so it needs to be done device-specific way. Is there a third-party API to force page orientation...
View ArticleXAMLC and VisualStudio 2015
Hi All, I have a strange problem trying to use XAML compilation in existing Xamarin.Forms project. I have added [assembly: XamlCompilation(XamlCompilationOptions.Compile)] directive into...
View Article