New issue after upgrading everything for the ios9 packages
Where do I begin to resolve this new error when building my PCL after upgrading to all things new in the world of Xamarin. Error 15 Unable to copy file...
View ArticleApp crashes when I change parentPage.IsPresented on master detail page on...
My app is crashing with a SIGSEGV when I change the IsPresented on a master/detail page. It appears only to affect iPads running iOS9. Menu opens and closes like expected with swipes. Xamarin Studio...
View ArticleApp crashes when I change parentPage.IsPresented on master detail page on...
My app is crashing with a SIGSEGV when I change the IsPresented on a master/detail page. It appears only to affect iPads running iOS9. Menu opens and closes like expected with swipes. Xamarin Studio...
View ArticleRemoving "oldest" item form Listview dataSource make it scroll to the bottom
Hi, I want to make an "infinit listveiw" by adding and removing items from the itemsource as the user scroll the list. Adding items when the user scroll the bottom of the list works fine using...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleBinding to two contexts in one Button causes unexpected behavior
When I bind my IsEnabled property on my button the behavior works as expected. The Command property binding also works as expected. But, if I bind to both at the same time the IsEnabled is not...
View ArticleException cultureInfo
Xamarin.Forms 1.5 Xamarin.iOS 9 Using http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/#iOS_Application_Project public System.Globalization.CultureInfo...
View ArticleCustomising the UIViewController for PageRenderer on iOS 8 to Rotate/Prevent...
Hello comrades, I'm working on a project, which initially had the requirement of being Portrait-only. That was fine, I had simply set it to only support Portrait on iOS project settings. Now the...
View ArticleWinRT 8.1 crash on Init(e) on Xamarin.Forms 1.5.*
Hi. I have used Xamarin.Forms on Android, WP8.0 and WinRT8.1 When I upgraded Xamarin.Forms from 1.4 to 1.5 WinRTstop working. I got this error when calling Xamarin.Forms.Forms.Init(e): Error HRESULT...
View ArticleImplementing INotifyPropertyChanged in xamarin.forms
I am doing a cart in xamarin.forms, in my cart page there is a list view with data. Each of the cell containing a button to select the count of item and amount. In the cart view there is a label for...
View ArticleIOS Code signing key not found in keychain
I'm getting this error trying to debug an IOS app with a device target. I've provisioned everything according to...
View ArticleXamarin Android OutOfMemoryError
Anyone knows what this should be, im getting the following error before the app crash `` [Choreographer] Skipped 57 frames! The application may be doing too much work on its main thread. [MonoDroid]...
View ArticleHow do I center-align listview items?
How do I center listview items within a Xamarin.Forms app? I have the following code: <ListView Grid.Row="1" Grid.Column="0" ItemsSource="{Binding Results}" HorizontalOptions="Center">...
View ArticleExceeded Retry Count of 10
I have updated to the latest Xamarin.Forms. I am using Visual Studio 2013. Since I updated to the latest Xamarin for Visual Studio this morning, I am getting these issues all of the time in Windows...
View ArticleAnroid Service in Xamarin.Forms application
I would like to implement Background Streaming Audio in simple podcast player. I have SoundService and ViewModel implemented , but I am still not sure how to implement this Android Service from...
View ArticleUse a ListView like it is a TableView
Currently I am using a TableView to show different kind of custom view cells. Now I want to add the pull to refresh functionality to the TableView. Unfortunately, a TableView does not support...
View ArticleHow are people handling in-app purchases in their XF apps?
If you are handling in-app purchases in XF apps, how are you doing it? I'd like to only have to code up one method, that would then work across all XF platforms (Android, iOS, WinPhone, Windows), as...
View ArticleHow to use defined color from App.xaml in style
I have color defined in app.xaml <Color x:Key="TablePageColor" Accent="#EFEFF4" /> Is where way to use this color in style what defined in same app.xaml? For example: <Style...
View ArticleIs there a rich text editor component for use in Xamarin.Forms apps...
Does anybody know of a rich text editor component for use in Xamarin.Forms apps (including for Windows)? Many thanks, John H.
View ArticleUnable to build Android binary after upgrading to XF 1.5.0
Unable to build binary for Android after upgrading to XF 1.5.0 with X.F.Maps 1.5.0 . Fails with the following error No resource found that matches the given name (at 'mediaRouteConnectingDrawable' with...
View Article