NavigationRender Issue
Hi, I used below code for my custom navigation renderer in Xamarin.Forms App. But due to this extra blank space(Black Color) left at the bottom of the screen. Please have a look in the attached...
View ArticleXamarin.Forms for UWP Preview Now Available
Update For Xamarin.Forms 2.0, the UWP preview is included in the Xamarin.Forms NuGet package. Be sure to read the directions here to get started:...
View ArticleHow to Databind to a "Dynamic" object ?
I am currently using DevExpress grid and want to data-bind the grid to a Dynamic object that does not have properties. I have to assign an object to the ItemsSource property and I am not sure how to...
View ArticleIs there any way to make polylines clickable?
I would to click the polyline and make something with it (like show info window). There is no problem with marker (.MarkerClick or OnMapClick(LatLng point)) but I cant find a way how to make polyline...
View ArticleListView - when print items from ListView only visible items are printed? why?
Hello! I have one ListView on my Activity with 50 items. Because of size of ListView, only 5 items are visible in this ListView,but when I'm scrolling this ListView I see normally all 50 items. This is...
View ArticleHow to change the color of the text in an ImageCell
Hi, I would like to change the color of the text in the ImageCell, which is currently blue on Android. As it seems that it's not possible to change it in Xamarin.Forms.ImageCell, I assume that I have...
View Articleforms listening for android event
How can I raise an event in android and have forms subscribed to it? Not sure it matters about specifics, but in my case, when an event in android (click/long press/double tap/...) occurs I want to...
View Articlenursery-size must be a power of two
No matter what value I put in AndroidEnvironment.txt for the nursery size I always get the following when starting to debug my android app: Android application is debugging. Warning: In environment...
View ArticleError in Android: LoadApplication(new App()) - Object reference not set to an...
When I use Galaxy S6 (Android 5.1.1) I get error "Object reference not set to an instance of an object" in Droid app here: LoadApplication(new App()) When I use Galaxy S4 (Android 4.4.2) all is good.
View ArticleWrite file on Android
Hi all, First i'm sorry for my bad english but i will try to speak correctly. So i have problem when i do a streamwriter, he don't create a file. so now i give code : this is for get path : `var folder...
View ArticleMultiple Image Picker
Has anyone seen a good cross platform image picker where more than one image could be picked from the gallery (like with checkboxes)? I can't even seem to find an OS specific implentation that's...
View ArticleiOS TabbedPage Big Icon bug ?
Hi everyone ! I got a little problem with TabbedPage and their icons from a simple Page. It's a really simple code who add as children some Page with a text and an icon but i got really big icons !...
View ArticleHow to autosize Editor height?
I have an Editor control inside a Grid cell that I would like to automatically expand vertically as more text is entered. Is this possible?
View ArticleSatellite Menu with Xamarin Forms
Hi! I was wondering if anyone has used Satellite Menu component with Forms. I guess you have to implement some sort of interface and custom control mix since satellite menu component is implemented for...
View ArticleHow to select multiple images from gallery from both android and iOS device?
Hello, I am working on xamarin.forms app. I am creating the app for android and iOS. I need to open the gallery and select multiple images from gallery of devices. How I can do this in xamarin.forms...
View ArticleListPicker does not “push down” other elements
ScrollView StackLayout VerticalOptions="Start" local:myListPicker x:Name="LP" /local:myListPicker Label Text="Push me" /Label Label Text="DOWN" /Label /StackLayout /ScrollView I added four Items to...
View ArticleHow to integrate iOS9 quick actions in a Xamarin Forms app?
Does anyone have an example on how to integrate ioS9 quick actions in the iOS part of a Xamarin Forms app? It seems that it can not open the Xamarin Forms UI when the app starts from a quick action?...
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 ArticleCode Erreur XA5207
Hi all, Firstly i'm sorry for my bad english. So i do update for xamarin form 2.0 from 1.5 .But when i try to build i have 2 error : C:\Program Files...
View ArticleImages not load in Win RT with Xamarin Forms 2.0
Since the release of version 2.0 of Xamarin Forms do not load images in ListView in Win RT
View Article