CalendarView
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 ArticleNullReferenceException when pushing a modal contentpage
Has anyone else come across this after upgrading to XF2.0? If so have you been able to find a workaround? I've logged a bug in bugzilla (https://bugzilla.xamarin.com/show_bug.cgi?id=36269) Stacktrace:...
View ArticleXamarin.Forms 2.0.0.6484 Issues - Image is not rendered inside the ViewCell...
Image inside the ViewCell is not rendered in Windows Phone, but the background color is applied properly for image. The same code is worked properly in 1.5.* version, is this issue in 2.0.* version or...
View ArticleHow to show MasterDetailPage from rightside??
Hi all, i have a requirement to show masterdetailpage from rightside & i need only xamarin masterdetailpage not any customizations because my app requires need masterpage for all pages. i have...
View ArticleXamarin Forms DatePicker Cancel Button/Event
Hi All, I am using a Xamarin Forms DatePicker. <DatePicker x:Name="dobDatePicker" Date="{Binding SearchDate}" VerticalOptions="EndAndExpand" HorizontalOptions="FillAndExpand" IsVisible="false">...
View ArticleXF 2.0.0 Access Violation Problem on WinPhone8.1 XAML (WinRT) with CC 1.7.0 pre1
If anyone have a problem of "Access Violation" error with Forms 2.0.0 when working with CocosSharp new 1.7.0 pre1 as described here:...
View ArticleCameraMediaStorageOptions ignored
Why IMediaPicker ignore CameraMediaStorageOptions? I use this options: var options = new CameraMediaStorageOptions() { SaveMediaOnCapture = true, Directory = "Foto", DefaultCamera = CameraDevice.Front,...
View ArticleCustom Font, Bold, Android
When I use a custom font in a label on Android then change the label to bold through the code-behind the custom font is lost. This happens even when the custom label rendered resets the custom font in...
View Articleusing System.Windows.Forms?
Hi I found this link for the OpenFileDialog Class. https://developer.xamarin.com/api/type/System.Windows.Forms.OpenFileDialog/ But I cant find the assembly or get access to the namespace in my Android...
View ArticleDatePicker DateSelected Event Not Fired if the date doesn't change?
So I have a form where I would like a user to add a "note" to a day. So they click a button which sets the Focus to a DatePicker: <DatePicker x:Name="addToNoteDiaryDate"...
View ArticleWould you like Xamarin.Forms Open Sourced?
I have started a this discussion thread and an iPetition to show Xamarin the level of support the Xamarin community has for Open Sourcing Xamarin.Forms. Even Microsoft has moved heavily towards the...
View Article