await in iOS device
Hi, I am making an app and have an await call in my login page. Basically the async method is run when a button is clicked and in this method it awaits a login method that verifies and sets my...
View ArticlePicker Control sometimes does not render the 'Done' button
Environment: Win7 Visual Studio 2013, build for iOS 8.2 Xamarin v 1.5.1.6471 (this also happened in my previous version 1.4.4.6387) iOS 9.1 and OSX 10.9.5 I have a page with about 30 controls in a...
View ArticleXamarin.Forms GetUser using REST call with username and password (MVC 5...
I am trying to consume a REST service in a Xamarin.Forms PCL app. The REST service is a claims-based, Individual Accounts MVC 5 API. More information on that here....
View ArticleAndroid keyboard and the ContentPage view collapsing/expanding issue w/...
Hi, after I upgraded to 1.5.1 and getting material design in place, my app is working and looking great in Android. HOWEVER the view when focussing or unfoccusing the keyboard does not work as...
View ArticleDynamic ListView row height not working on iOS in v1.4?
According to the Xamarin ListView documentation, if I set HasUnevenRows, all will be well with dynamic row heights. In reality, it works fine on Android, but does not work at all on iOS. In my...
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 ArticleAppodeal integration
Has anyone integrated Appodeal into their Xamarin Forms projects? They seem to provide an example for native Xamarin Android but not for Cross Platform. Any help will be appreciated
View Articleerror CS0234: The type or namespace name `BaseContentPage' does not exist in...
When using a custom ContentPage for some reason I get namespace compile errors on the below line in the .xaml.g.cs files public partial class MyClass : global::Xamarin.Forms.BaseContentPage { When I...
View ArticleListView.ScrollTo not working on Android
Hi I use ListView.ScrollTo to scroll to the very bottom of a ListView. On iOS its working fine but I get a Java crash on Android. _messageListView.ScrollTo (_messageList[_messageList.Count -1],...
View ArticleDatepicker: Possible to bind to Nullable date value?
Hi everybody! I have a nullable date field in my object and I want to bind a date picker to it. When the value is null, I would just want to show no value in the picker. Is this possible? I tried...
View Articlethe app's Info.plist must contain the MKDirectionsApplicationSupportedModes key
Hi, I have uploaded my app into app store. also i got the same build in iTunes Connect. Now I am going to submit my app for review via iTunes Connect. Here I have got error like following : "To...
View ArticleXamarin.Forms.Maps Locale/Languages
I need my maps to match the language in the app but I can't find a way to set a locale/language on the maps control. Pointers? thanks!
View ArticleQuestion to Listview and ItemSelected
Hi all I have an app that queries an webservice (json) and shows the data. First the data are showed on a (main-)page with a listview. If the user the select a entry on the listview, the detail-data to...
View ArticleFormsAppCompatActivity Tabbed Pages and OnAppearing Override
I have a Tabbed page that allows the user to access a web service API using a search function. The page displays the search results into a listview. When the page loads, I have the code below to clear...
View ArticleBarcode rendering with ZXing.net in my Xamarin.Forms app
Heyo, So I've seen a lot of posts where people need help scanning barcodes, but so far I've not seen any posts where people were having trouble rendering a barcode from a piece of data. Our app needs...
View ArticleWebView and authentication
I would like to pass an url to webview to display within a xamarin forms application. The url prompts the user for windows credentials, after they enter they will be taken to the end url source. (i.e....
View ArticleHow to generate WCF task-based operations
While walking through the Service Reference Settings I've noticed that the Generate task-based operations is disabled in my blank Xamarin-Forms application. I can select that option in a standard...
View ArticleUpdating to 1.5.1 and using AppCompat - Breaks Android LP & M
Hi, I just updated our android application to 1.5.1 and using AppCompatV7 using this article as a reference. The runs on KitKat but breaks when launching on Lollipop or Marshmallow. The stack trace as...
View Article[Guide + Code] Adding Pull To Refresh to Xamarin.Forms Android apps
I already posted about how you can do this on iOS with a custom TableViewRenderer, however last night I finally got it working on Android using the Support v4 SwipeRefreshLayout: Here is my blog post...
View ArticleHTML5 Javascript and CSS files inside Xamarin forms
I am writing a native cross platform application using Xamarin forms. But i need to have one page with a Web view to render an existing HTML5 page even thought other parts of the app are native.I have...
View Article