Page.IsBusy does not display spinner in Android ActionBar as of 1.4.4.6387
http://developer.xamarin.com/api/property/Xamarin.Forms.Page.IsBusy/ Prior to 1.4.4.6387, the following code displays a spinner in the ActionBar, but it shows nothing after upgrading. Has this feature...
View ArticleMy running Xamarin.Forms.Android app giving java.lang.RuntimeException after...
I have not modified anything in my project. Just reran after cleaning after recent upgrades to XS, XF etc. The error log is as follows: [AndroidRuntime] java.lang.RuntimeException:...
View ArticleJust upgraded to Xamarin Studio 5.9.7 (build 9)
I just upgraded to Xamarin Studio 5.9.7 (build 9) and rebuilt my xamarin forms iOS app and it's size grew from 17MB to 41MB. Has anyone else observed similar behavior? The app store version grew from...
View ArticleAndroid Button Text Size Giant Using Material Theme With Custom Font
I am using a custom font in Android and it looks perfectly sized on devices that don't use the Material them, but for some reason in the Material theme the font is huge. Anyone know why that is?
View ArticlePublication of Android App Failed using Xamarin Studio
I'm using Mac with Xamarin Studio version 5.9.5 to Archive for Publishing my Android App. I followed the steps in "Part 1 - Preparing an Application for Release" to publish the app but I encountered...
View ArticleShow pages with navigation over playing video
Is it possible to have pages overlapping a video that is constantly playing? I mean, I have been able to create a Page that auto plays a video and now, I need to show another page over the video and I...
View ArticleIssue with Master Detail Navigation in Xamarin.Forms after upgrade to the...
Hi I got 100% reproducible crash of the app after upgrade of Xamarin (I have never seen that kind of error before), it happens only on iPad (both real one and simulator) only in Portrait view when I...
View ArticleHow to hide title bar in master detail page on Android
I am using a Master Detail page on Android and for some reason I can't hide the title. I am using NavigationPage.SetHasNavigationBar (this, false); on all the pages and it works after I click a page,...
View ArticleUsing the XLabs CarouselView Control
I'm trying to make a simple image carousel but am unable to get anything to display. I have tested the DataTemplate with the Xlabs RepeaterView and the Xamarin ListView with the same ViewModel and...
View Article9-patch support in Xamarin.Forms?
Hello Xamarin Users, Does Xamarin Forms have a 9 patch feature? I want to make fancy 9-patch buttons for my iOS and Windows Phone app.
View ArticleSIGABRTCrash in print_exception in XF.iOS
I'm getting this error in Insights report. It's not a reproducible issue (only 3 times in the last week). From the call stack is very hard to understand what it's happening. 0 libsystem_kernel.dylib...
View ArticleDisplaying Placeholder text on a DatePicker - Can't get this to work
I followed the renderer here: https://forums.xamarin.com/discussion/35792/crash-in-custom-renderer-on-ios However, the text is never displayed and the datepicker always shows todays date when...
View ArticleHow to change Android page animation in Xamarin Forms
How can I change the page animation in Android for Xamarin Forms? I want it to slide similar to how iOS handles it.
View ArticleXLabs.Forms in NuGet needs to be updated - Still referencing XF 1.4
@SKall Hope you are recompiling. I got "Cannot resolve dependency to assembly" errors in WP but not in Android project. I am yet to test iOS one.
View ArticleRendererFactory.GetRenderer() - is it bug - child content?
Is it bug that RendererFactory.GetRenderer(Forms.View) doesn't return child content? For instance if you call this with non-empty Grid (for ex. with few buttons) only the Top-Level element would be...
View ArticleActivityIndicator Color on PullToRefresh in ListView
I'm using PullToRefresh in my ListView. When the ItemsSource of my ListView is empty the displayed ActivityIndicator on a PullToRefresh operation is black, when the ItemsSource has items in it the...
View ArticleXamarin Forms Labs Geolocator Issue
Anybody encountered this issue when using DependencyService like - var geolocator = DependencyService.Get (); in Xamarin Forms Labs Geolocator? Could not load type...
View Articleerror when set Selected Item or Current Page in Carousel Page (Android)
I tried to set Selected Item and Current Page in Carousel Page when i want to see specific item when Carousel page showing. But it's not working. First item or 2 last item of ItemsSource work correct,...
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleWhere to get the Add Xamarin.Forms.Labs.Controls from?
Hi there I'm trying to use the Calendar from Add Xamarin.Forms.Labs.Controls. The how-to documents reads: Add Xamarin.Forms.Labs.Controls reference to your projects I cannot find that assembly to add....
View Article