OnStart, OnSleep, and OnResume Are Not Getting Called
I created a new Blank Xamaring.Forms App called Test. I updated all packages, then changed the options in the Test.Droid project disabling the Use shared Mono runtime and settings the Supported ABIs to...
View ArticleHow to make a customize Swith
how I can a customize Swith whit Label, Entryand events. Any example?
View ArticleDisplayActionSheet crashes the app, when user touches outside to cancel....
var action = await App.Current.MainPage.DisplayActionSheet(t.SiteName + "\n" + t.AddressLine1, "Cancel", null, "Continue" , "Open");
View ArticleHow to create In-App Notification Toasts in Xamarin Forms
I'm currently receiving APNS and GCM Push Notifications Out-of-App in Xamarin Forms, however have a story for In-App Notifications as well. Presently, I'm catering for ContentPages, or ContentPages in...
View ArticleWebView not showing html web page in simulator
I have the following xaml `<?xml version="1.0" encoding="utf-8" ?> <ContentPage.Content> <!--<Label x:Name="message" Text="here" VerticalOptions="Center" HorizontalOptions="Center"...
View ArticlelistView ViewCell not adjusting it's size to content on iOS
I have a custom ViewCell that i use to populate a listView. It works like a charm on android, on iOS however i'm having issues. The cell has a Horizontal stackLayout with a box and a 2nd stackLayout,...
View ArticleProgressBar IOS height
Hi all, Below is my custom renderer (in case it helps anyone) for a progress bar (IOS). Is there a way to increase its height? I can't find a way to do that, I've already changed the color. [assembly:...
View Articleawait 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 Article