Moved: How do I send options to the android contacts app?
This discussion has been moved.
View ArticleCustom switch with image
Hi, I want to build custom switch like the attached image inside the switch, and is changing if the switch is not toggled. Is there a way to do that using the renderer ? Thanks
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 ArticleCustomize android back icon
Hi, I want to customize android back arrow icon I have tried styling like this item name="android:homeAsUpIndicator">@drawable/back_icon But it does not work How have you done it?
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 ArticleIssue loading style code when debugging on Android
Hi there, I am relatively new to the Xamarin universe, but so far I must say that I am really enjoying the product! I am currently writing my first program and have ran into a snag. When I build and...
View ArticleNeed to rotate for initial form to show up
Hi folks, I've got a bug where on startup, I need to rotate my phone in order to trigger a refresh of the form so that it displays (otherwise I get a blank screen). Without going into any detail, is...
View ArticleHow can i validate Entry control as required in xamarin.forms ?
Hello, How can i validate Entry control as required in xamarin.forms ? Already i have tried xamarin.behaviors. but didn't worked.... anyone can assist me ?
View ArticleNavigation Back Button Image not working with Custom Renderer
I have taken my working Navigation Renderer and added setting the Back Button to an image and it is not working. I am getting the word Back instead of the desired image. Here's my code: using System;...
View ArticlePlease Help .......... the cart icon on Navbar
how to do the same thing to show the number of items on the cart icon of right top corner. any ideas ?
View ArticleCatch and block navigation push and pop
Is it possible to catch the 'previous' navigation button to do some processing before the page is popped from the stack? I have a case where I am building up to two different of lists of items and I...
View ArticleBound command on Label tap gesture not working in iOS?
I am working on an app where I have created a custom navigation bar that includes a series of tool buttons. The number of these buttons can vary per page and thus I put them inside a RepeaterView (from...
View ArticleHow to resolve assembly dependency for 1.5.1 in WP ?
Hello, I upgraded xamarin forms version from 1.4.0 to 1.5.1. In this new version Android and IOS working fine but getting assembly dependency issues for WP. I upgrade my all references but no luck,...
View ArticleOpening Master page from MasterDetailPage
I have an issue with accessing Master page from CarouselPage. Master page is accessible from all other pages by swipe (as expected) but not from my CarouselPage, I'm navigating to it like:...
View ArticleHow to use Spinner in Xamarin Forms
I want to use android Spinner in Xamarin Forms application. How can I do that?
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 ArticleXamarin.Forms Version 2.0.0.6480 - 2015.11.17 !?
Hi there, I just created a new Project within VS2015 and updated the Packages via NuGet (Stable Only). I get the version "2.0.0.6480" installed, released today 17th Nov. 2015. No announcement - that is...
View ArticleI would like to compile to iOS 7 and Android 4 using Visual Studio 2015 under...
I am working on a iOS 7+ and Android 4+ cross platform app, how do I go about setting this up? I have a Mac Build host with xCode 7 installed. When I look at the iPhone emulators I only see iOS 9.
View ArticleFrame doesn't render outline on android?
I wrote a custom renderer to have a frame without rounded corners and with a thicker outline. I realized that the outline for the frame was not rendered at all (neither in my custom renderer nor in the...
View ArticlePopAsync not removing screen from NavigationStack
Hi, I have a page A and I push a page B. Page B calls a modal page (full screen ad). While the ad is displayed, I call PopAsync. After the ad, I'm back on Page A however Page B is still in the stack....
View Article