Disposing stream from camera
Hi, I've got a quick question that I could not find a satisfactory answer to. In my app (iOS for now) a user selects an image from a gallery or takes a picture with a camera on one page, and later on...
View ArticleXamarin forms Scrollview Scrolled finished/ending how to know
Hey. I am trying to find a way, to know when a scrollview is not scolling anymore, so after the scoll is stopped, i can call ScrollView.ScrollToAsync, to position the element, that is closet to the...
View ArticleCustom Renderer for Grid
Hi, I want to build a custom rendere for Grid layout for iOS How to build it, there is no GridRenderer
View ArticleGraphic editor functionality using Xamarin frameworks
I am assessing how much and which of Xamarin's frameworks (and the ecosystem) I can use to create a Graphics editor (think of interactive shapes such as curves and rectangles). I know I can use...
View ArticleCustom renderer for Picker
Hi, I'm really new to Xamarin and Xamarin Forms as well, so maybe it's a stupid question: I'm trying to implement my own renderer for Xamarin.Forms.Picker, I'm starting from Custom renderers example. I...
View ArticleCalendarView
Am i the only one where Xamarin.Forms.Labs.CalendarView does nothing? I just see a blank region and cant get it working :-/
View ArticleApp Crash when Change Application.MainPage on Android 4.0.4 in...
This one is a pretty specific case, so I could just be doing something wrong or have misunderstood how MainPage works on Xamarin Forms. I have created a very small demo project (using Xamarin's...
View ArticleBackgroundcolor on android 5.1 is drawing in front of images
I just tested it on my nexus 4, the images won't appear if I set the backgroundcolor property of the Content Page, haven't got a chance to test on other OS version or device though. On ios it works fine
View Articleneed help, Xamarin PCL uploading Images
Hey Everyone, just a weird but pretty annoying problem. I am going to upload images to Web server using Httpclient. If I am using "http://10.0.0.62" as BaseAddress, which is on my local network...
View ArticleXamarin.Forms.Maps 2.0.0.6484 hangs or crashes on Android
Hi, I have a question concerning the new Xamarin.Forms 2.0.x version especially the Xamarin.Forms.Maps dll. After updating to Xamarin 4 with the new Xamarin.Forms and Xamarin.Forms.Maps version 2.0.x...
View ArticleXamarin.Forms 2.0 issues
I just recompiled my project with Xamarin.Forms 2.0 and found Application.Current.SavePropertiesAsync is not working as expected in "Release" mode. I used the following code to save the login email...
View ArticleEntry cell loses focus on button press in android but not iOS , work around?
I have some code in iOS where I have buttons that act like a calculator keyboard when pressed on it fills a entry field that is focused. Works great for iOS but on android the button press even causes...
View ArticleException: "LoadTemplate should not be null" (Xamarin 1.4.0.6341)
Hello, I have updated to Xamarin 1.4.0.6341 today, it all works fine but when I open a ScrollView with a ListView inside the App crashes and the Error "System.InvalidOperationException: LoadTemplate...
View Articlehow to Fill Image fullscreen in stackLayout ?
how to Fill Image fullscreen in stackLayout in Xamarin ? I can't set Image in fit to stacklayout .XAML File Code <?xml version="1.0" encoding="utf-8" ?> <ContentPage...
View ArticleStyle FontSize OnPlatform in Xaml
Hi everybody, i'm looking for a way to change the fontsize of all my labels with a style defined in App.xaml (XF 1.3). But i don't find any way to make it works. Note : i want to make it with xaml in...
View ArticleCustom Renderer with android XML drwabale and binding
Hi, I've looked around and found how to use an xml drawable and use SetBackgroundDrawable in an android custom renderer. However, how do I change say a color of that xml within a PropertyChanged...
View ArticleXLabs Calendar shows in Droid, but doesn't in iOS
Has anyone come across a problem using the XLabs Calendar control with their iOS project? The control appears just fine within my Droid project, but when I test it out on iOS, it's not displaying at...
View ArticleForms tabbed page title font and background
Is there any way to set the font and background on a Forms tabbed page title ? Thanks, Philip
View ArticlePie Charts & Graphs
I need to create an app which contains some pie charts. I'd like to do this using Xamarin Forms. Does anyone have any suggestions for cross platform libraries that will handle this. Thanks
View ArticleMasterDetailPage (Android) adds back arrow to first page of a navigation stack
I can't help but get the feeling that I'm missing something here. I have a MasterDetailPage whose Master is a NavigationPage. On iOS this displays as expected - the first page has no "Back" button or...
View Article