Entry 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 ArticleSound in WebView is still playing in the background
Problem: Push a new page with a WebView Play a video on the page (try Youtube) Pop the page Sound is still playing in the background Switch to a different app on the phone Sound is still playing in the...
View ArticleBug? MasterDetailPage set IsPresented while changing tab
I'm using a TabbedPage where a certain action in one tab will cause the app to change its current tab. All tabs are MasterDetailPages. During this change, if an iOS device is in portrait, the Detail...
View ArticleMaps using Xaml
Hello, is there an example on how to use xamarin.forms Maps into XAML? I tried to use the tag Map but is not found. Readng this example it seems specific code is needed for Android:...
View ArticleYour experiences with update to Win10 + VS2015…?
Hi all I work with Win 8.1 and VS2013 Update 2 and XF 1.4.4 “stable” and XLabs right now. On the base of various reasons, I have to update to Windows 10 and VS2015 in the near time. As we develop also...
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 Article