HybridWebView (2.0.5726-pre6) does not work on iOS and WindowsPhone
I tried everything, but I can not make it work on iOS and WP. Web page does not show, and on Android, Google page has black background. I simply get: https://github.com/XLabs/XLabs.HybridPlayground but...
View ArticleI want to impelment expandable listview, i.e expand/collapse listview in my...
any one can help or any examples i can get, thanks in advance.
View ArticleHow to create an accordion in Xamarin.Forms ListView
How can I create an accordion in a ListView with data binding? I am creating this app with Xamarin.Forms. This is what I have so far: <ListView x:Name="List" HasUnevenRows="True" >...
View ArticleUnable to launch my app on ios simulator with xamarin studio
Hello, I have a problem when I try to launch my app on ios simulator. The build works perfectly but when I launch it, it crash at the start in the app delegate on "LoadApplication(new App());" And i...
View ArticleApplication.Resources StaticResource not found for key
Hi, I am trying to define a Style for a custom control I have created in the Application.Resources section of my App.xaml.cs file. However the page that references this file raises an exception...
View ArticlePushAsync stops working in Xamarin Forms when App.MainPage is re-assigned
Using Xamarin Forms I find when following certain instructions I find PushAsync stops working. It appears to be linked to re-assigning the App.MainPage object. I need to understand what I am doing...
View ArticleVS2015 + PCL + Xamarin Updates -> lots of errors, XS working fine
Hi all, I've just updated my environment to work with the latest IOS 9 and xcode 7. This is not going as easy as I hoped.. First of all, I updated all at the same time (Xamarin Studio, Xcode and Visual...
View ArticleActivityIndicator Broke!!
Hey, I updated Xamarin.Forms, now my android device fails on this line: If I remove it, it works fine. No idea what to do! Here's the exception... Java.Lang.RuntimeException:...
View ArticleMasterDetailPage in NagigationPage
Has anyone realized that a MasterDetailPage cannot be launched as a NavigationPage after moving the app to Unified API with the latest stable Xamarin Forms? Basically this code doesn't work anymore...
View Articlewhy tabbedpage displayed with in the action bar?
Hi I am developed a tabbed page like the following example.............please see the link https://developer.xamarin.com/api/type/Xamarin.Forms.TabbedPage/ In windows,andorid,ios---- it displayed...
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 ArticleNot able to access SOAP webservice
I'm working with SOAP webservice for that i'm referring Xamarin.forms samples(webservice) i.e https://github.com/xamarin/xamarin-forms-samples/tree/master/WebServices/TodoASMX But in "Data" folder...
View ArticleChange and control device orientation programmatically in Xamarin.forms
Hi, Is there any cross-platform way to change/control device/UI orientation programmatically in Xamarin.forms ? Suppose i an writing a cross-platform app using Xamarin.forms where i have 2 pages. After...
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 ArticleCan't deploy to iPhone
Cross-posting this from the Visual Studio forum, since it hasn't gotten a response in 24 hours. Hopefully I can get some attention here. Whenever I try to run on an iPhone, Visual Studio hangs for a...
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 Article