How to make the screen visible for 20 seconds or more in the Xamarin forms
Hi I have 3 content pages here first.cs second.cs third.cs In First.cs I have following code snippet. Button b=new Button(){ Title="Submit" }; b.clicked+=(){ //Here I would like to call the second page...
View ArticlePropagate touch from top view
Hello, I have a grid in top of another grid. Both grids have views that should respond to tap gestures. The problem is that the views that are in the grid "below" can't be touched. I have tried to set...
View ArticleSet ButtonType in ButtonRenderer - iOS specific
Hello everyone, I'm currently trying to implement customs controls (Buttons, Labels, etc.) which looks and behave on all plattform similar. I startet with Android and a custom button, which works fine....
View ArticleCross-platform Keyboard dismiss
Is there a cross-platform mechanism for dismissing the keyboard when controls not requiring the keyboard are used? I am looking at a Windows Phone app running in the emulator, where the keyboard...
View ArticleHow to Close Application In Xamarin Forms
How to close the application in Xamarin forms ?
View ArticleXAML in 'portable' project opens in XML editor instead of XAML editor in...
This issue can be seen even in the sample project that comes with the XAM140 class materials which makes me think if it doesn't work in a simple example that comes direct from Xamarin then it isn't...
View ArticlePerformance issue : custom render + GestureRecognizers
Hi, have a simple custom render for images. It works like a charm in iOS but it has serious performance issues on Android. It simply set a "selector" , changing the image for normal and pressed state....
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 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 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 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 ArticleAfter updating xamarin android, the appliction which i have prevoisly created...
I have update xamarin android for visual studio recently. After updating, i'm not able to deploy the application which i have previously created(both in Xamarin.Forms and Xamarin.Android). Getting...
View ArticleEditor slowly scrolling up with keyboard when focused. IOS
When I updated to Xamarin.Forms 1.5.1.6471 I noticed that whenever I put focus on an Editor that is within a scrollview the Editor control will very slowly crawl into position above the keyboard as...
View ArticleConsume external WCF service into Xamarin forms
Hi, I'm new to xamarin and i need to consume WCF service on xamarin forms and it should be cross platform (android, IOS, Win Phone). how can i consume through the endpoint directly like consuming the...
View ArticleWhat is the correct way to fetch the input from an Entry field?
Hi, I'm making a Signup page to my app and the Entry.ToString(); Gives me Xamarin.Forms.Entry as value. How do I get the value the user has entered into the entry? Also if there's an example app which...
View ArticleCould not install package 'Xamarin.Forms 1.0.6186' (Windows)
I installed Xamarin from the installer on the homepage onto a Windows 7 Pro with SP1 (32-bit) PC on 12/06/2014. The t-shirt sample app builds and runs as expected. I want to create my own app from...
View Article