Bug or wrong approach? FormattedText and Bindings through XAML throw an...
We have a Label that has a sentence as the Text property, we want to split it in two to style it differently. The original approach that compiles and "works" but doesn't show up on screen because our...
View ArticleXamarin and MongoDB and Couchbase lite - error adding nuget
I am trying to add a MongoDB nuget and also a Couchbase Lite nuget to my project. I am trying via adding it to the Xamarin.Forms project and also trying to create a PCL as well. I am unable to add the...
View ArticleStrange 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 ArticleHow to hide the empty rows of a list view in xamrin.forms in ios
My list view has just 1 or 2 datas , but still it shows empty rows till the end of the page . This just happens in ios ., in android its working fine . pls do tell me what changes to make to hide the...
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 ArticleARCHITECTURE QUESTIONS - 3 APPS SHARING 90% CODE - DIFFERENT DESIGN & NAME
Hi, I'm working on a project which is a XForms application. I've been asked to create 3 differents applications even if the code is at 90% the same. Each app will be in a different language. The...
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 ArticleEntry name in code behind
Hello! Quick question : when creating an Entry in code behind, is there anyway to give it a name or and id in order to access it later? Example: Entry input = new Entry (); input.BackgroundColor =...
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 ArticlePopToRootAsync with Modal
Navigation.PopToRootAsync() throws and exception when the page on top of the stack is a modal. Is there any work around for this?
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 Article