Can I use Xamarin.Android trial version for Xamarin.Forms?
Can I use Xamarin.Android trial version for Xamarin.Forms? Error: Build failed. See the build log for details: System.ArgumentException: minimumEdition в...
View Article'Add to Reading List' possible?
One UX issue that bugs me is when you click a button in an app which turns out to be a hyperlink. The webpage opens and you get kicked out of the app and into the browser. I find this annoying, anyone...
View ArticleIs there nay way of cancelling the "back" button event from the NavigationPage?
Topic. Is there any way of cancelling the "back" button event from the NavigationPage, preventing the user from popping the navigation stack ? I already can intercept the hardware back button from the...
View ArticleXamarin.Forms.Image usage in Android
Hey , here is my simple button with image : var search = new Button { Text = "SEARCH", VerticalOptions = LayoutOptions.Center, HorizontalOptions = LayoutOptions.EndAndExpand, Image = "search.png",...
View ArticleAnimated gif in Image view
I've tried multiple gif files, with no luck Their first frame can be rendered correctly, but does not animate Will animated gif be supported? Or do we have to implement ourselves? What other image...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleHow I will get intellisense in Xaml files?
I am currently using visual studio 2015 with xamarin. How I will get intellisense in Xaml files for Xamarin Forms?
View ArticlePrerequisites for creation of Xamarin.Forms IOS app on Apple Mac Mini ?
Hi all, I am novice to Mobile app development using Xamarin.forms. I have actually created a sample Master-Detailpage in shared library project and tried to test the output on each platform using...
View ArticleiOS: AVSpeechSynthesizer.Speaking property always returning false
Hi, I have an Xamarin.Form iOS app that has a button that speaks some text. I'm trying to check if the app is currently speaking by checking the AVSpeechSynthesizer.Speaking property, but it always...
View ArticleMulti-line text on buttons - how to get consistent across platforms?
When the Text property of a Button is set to text that contains more than one line (i.e. has a carriage return/linefeed in the middle), what gets displayed is different on each platform. On iOS, only...
View ArticleFile Upload Control not working in web view
Hi, I am loading my HTML web page into Xamarin Forms Web View control. In the HTML web page there is one File Upload Control for Image upload. Here The Upload control is not working in Mobile. Thanks
View ArticleOverriding OnDisappearing
I have a non modal page where the user enters data. If the user clicks the software back button (popping the task) before saving his entered data I want to ask the user if they want to save the data. I...
View ArticleXaml Page Not Laoding
Why when am loading xaml page using following line of code it shows error System.collection.Generic.KeyNotFoundException this.LoadFromXaml (typeof(MyXamlPage));
View ArticleListView Alternating row background colors
Is there a way to indicate to the ListView that every other row is a different color? var list = new ListView() { ItemTemplate = new DataTemplate(typeof(FinancialCell)), .....? } I haven't seen an API...
View ArticleAnyone ever get rows to size correctly using just "HasUnevenRows"?
I've personally always had to use a custom renderer which calculates the cell size based off the model the cell is bound to. I've been doing some experimenting in a test project using the latest...
View ArticleDeploy to Windows
Seems silly that I have to ask, but I can't seem to find any info. Is there any documentation for deploying to Windows? I have a Xamarin.Forms project with a Windows 8.1 App and I want to get it on my...
View ArticleHow to use Azure DocumentDB
Folks, I searched the forums for 'documentdb' and found nothing. I'd like to use a NO-SQL approach in my project and store data as JSON using Azure DocumentDB Anyone had success doing this? When I try...
View ArticleMoved: Deployment failed because of an internal error: Failure...
This discussion has been moved.
View Articlehelp required - Can I place tabs inside a content page
Can I place tabs inside a content page? I am trying to design one single page, where one image(like banner) will be at the top section and 2 or 3 tabs wills be in the remaining section. I have tried...
View ArticleStackOverflowError on Android
The same application works fine on Windows Phone, but throws error on Android. Stack overflow on call to interp (req=68 top=0x56c51000 cur=0x56c4d33c size=16384 Ljava/lang/ref/FinalizerReference;.add)...
View Article