Strange error on iOS 9 XF 1.5
Same times, usually when the iPhone have no internet, my app crashes and the message in the debug output is this: 2015-09-24 15:09:39.950 UseallE2ComercialAVMobileiOS[2556:735137] ** -[UIApplication...
View ArticleThe application does not run on iPhone 6s Plus
I have Xamarin.Forms application. The application correct working on iOS 8-9 + on iPhone 5+ and iPads, and does not run on iPhone 6S (shows the start screen and closes). I'am confused. Please help.
View ArticleIs it possible to Xamarin forms project to communicate with android wear or...
For now, I have an Android project that I have many activity and fragments. The majority of activities must be convert into xamarin forms for more reuse but I have a complex activity that contain a...
View ArticleXamarin Forms 1.5.1 : Android Target 23 Required ?
Hello, I updated my project yesterday to use the 1.5.1 version to have the support of app compat libraries. I saw that I have to change the target framework/version to API level 23 (Android 6). Is it...
View ArticleHttpWebRequest https problems
Hi guys, Setup: Windows 7 Visual Studio 2015 OS X Yosemite Xamarin (latest stable version) I've been trying to solve this issue. I cannot seem to get any solid information on it. But OK in short I've...
View ArticleRestSharp request returns content of previous request.
Dear Xamarin Developers, Since a couple of weeks I started developing a mobile application of my own. To become a more experienced developer, and because I like developing for the mobile platform....
View ArticleA question on Scope or Async Blocking
G'day all. I have some code that creates children of a Carousel page based on information coming back from a service request. The following code works when on iOS but not on Android. I have the...
View ArticleConstant process blocking
Hello, I have a project with iOS, WP and Android applications. Whenever I deploy my application on one system, it works fine, but when i retarget it (for example from WP to Android) it doesn't build...
View ArticleHow can I scroll to a specific row or section in a ListView
Hi, I am working on Xamarin fourms, i am using list view. i need to if user was scrolling and reading any no of index in list view, and then click to navigates to a detail page or different page. At...
View ArticleXamarin Forms ListView selection
Hi, Is there a (easy) way to change the xamarin forms listview row selection color? or disable the selected color completely? tx
View ArticleJump List for Android?
I have followed this awesome article by James Montemagno on how to create a ListView with Grouping Headers and implement a Jump List for iOS. I have been looking online for how I could implement a Jump...
View ArticleIssues with adding ListView items in ItemAppearing
I'm trying to get a ListView to display with infinite scrolling, similar to Rob Gibbens' solution. However, I'm running into a few issues that seem to occur when I try to load additional data in the...
View ArticleCheckLocationSettingsAsync () Hangs when Called from OnStart()
Hi, I am trying to check the Fused Location API settings during Xamarin Forms OnStart() event by following this example:...
View ArticleIOS app when signed for enterprise distribution will not load on IOS device
Hi all, so i have a forms app, I have it working now Windows phone 8.1 android and IOS all in debug mode. I can debug the IOS app on a real phone or on the simulator no issues. when i create an IPA...
View ArticleWhy does Layout.IsClippedToBounds affect sibling (not just children)?
I've got this: <Grid> <MyCustomShadowControl /> <StackLayout IsClippedToBounds="true"> <!-- some child controls here --> </StackLayout> </Grid> The Grid is...
View Articleusing included Symbol Icons for AppBar with winrt
How do I make use of the symbol icons included with WINRT? So usually in winrt I just do this <Page.BottomAppBar> <CommandBar> <CommandBar.PrimaryCommands> <AppBarButton...
View ArticleXamarin Forms and Azure Mobile Service with Facebook authentication fails
Hi, I've setup my app to authenticate to Facebook. Attached are the settings I've used. When we run the app and click on a button to authenticate to Facebook, it doesn't work and we get the error...
View ArticleExpander
Is there a way to put and expander inside a ContentPage? I have a MasterDetailPage app and i would like to have sort of an expander; like the one used by gmail app where you specify multiple gmail...
View ArticleWebView and ListView in one page.
Hi there, I've been struggling with this for a while now, but for some reason I can't seem to find the solution. So please help me out! I'm trying to build a BlogPage which consists out of 4 parts; 1....
View ArticlePassing vtkrenderwindow HWND to Xamarin.Forms
Hi, How to using native rendering context in Xamarin.Form ? for example joining vtkrenderwindow HWND into panel or frame stuffs in Xamarin through System.Drawing.Graphics.FromHwnd for all platform ? is...
View Article