WebView 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 ArticleAddSubview and Custom PageRenderer in Android
Hi there I am writing a PageRenderer that simply adds a menu control to the bottom left of the page. Using iOS the renderer is easy because I can simply use View.AddSubview (button); and it works...
View ArticleBug 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 ArticleStrange Spacing / Scrolling in Xamarin Forms ListView on Android 6
On Android 6, Xamarin Forms ListViews in both C# or XAML have a large space at the top and bottom and I have to scroll down to view the rows in the ListView. This is reproducible with the latest...
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 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 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 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 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 ArticleFreshMVVM and XLabs
Hi together, Iām currently implementing an app with Xamarin.Forms for all three platforms. Looks good so far using FreshMvvm-Framework. For having some extras in the app (geolocation, calendar, a...
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 ArticleProblem with Facebook Components Namespaces
Hello, I'm Having some problems when using Facebook components for iOS. I use Facebook SDK (by The Outercurve Foundation) in Forms for some cross platform Facebook activities. To get the access token...
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 Article