Xamarin.Forms 1.3.1 Released
Please use the 1.3.0 release thread for discussion (so we dont lose active bug discussion still going on in there). This release simply adds Xamarin.iOS 64-bit support on top of 1.3.0.
View ArticleEnsuring execution on UI thread in Xamarin.Forms
Hi, When executing something asyncronously / on a background thread, how do I ensure that calls requiring the UI to update are executed on the main thread? Thanks Matt
View ArticleButton in AbsoluteLayout not clickable on iOS 8
I have an AbsoluteLayout with a series of buttons positioned to overlay an image. I gave each button a Command binding which is resolving fine, and a CommandParameter. This works when the button is not...
View Article"aapt.exe" exited with code -1073741819
Getting error "aapt.exe" exited with code -1073741819 in Monodroid. This issue happened when I updated Xamarin today.
View ArticleCrashes in Android with Xamarin.Forms 1.3 release
After upgrading to the 1.3 release we are getting crashes inside Xamarin.Forms that do not have our code in the callstack. It crashes when switching between ListViews using a toggle. We tried to create...
View ArticleCrashes in Android with Xamarin.Forms 1.3 release
After upgrading to the 1.3 release we are getting crashes inside Xamarin.Forms that do not have our code in the callstack. It crashes when switching between ListViews using a toggle. We tried to create...
View ArticleXamarin.Forms Apps in the App-Store
Hello, I work with Xamarin.Forms on a hobby-project. What I did invest in finding bugs, writing workarounds, searching the internet on clues how to get even simple things working is stunning. My...
View ArticleCustom Image Renderer
Continuing from- http://forums.xamarin.com/discussion/30228/changing-icon-on-toolbar#latest I have a shopping cart application where users add items to cart. I have the cart image as a image button on...
View ArticleDynamicObject instance as BindingContext
In Wpf I sometimes would use a DynamicObject based proxy class(something like this)to an wrap an instance of a class that I don't want to write explicit change notifications for and an instance of that...
View ArticleAndroid Custom Renderer And Element / Native Control Lifecycle
Hi All I am creating a custom control in Forms / Android and have a custom renderer. I am setting the native control in the OnElementChanged to a RelativeLayout, where I have added child controls to...
View ArticleUnexpected behaviour from TapGestureRecognizer
Today I found an issue with the GestureRecognizer and I'm not sure if this is a bug or just a layout problem. I'm creating a card like layout for my app. It is pretty simple, it contains an Image and 2...
View ArticleSliding Panel
How can I insert a sliding panel on the sides of a ContentPage? Both Right and Left, Open and Close with gesture. Suggestions? Thank You.
View ArticleDependency service Droid Download and open files
Hi, We are trying to write a Forms app in VS2013 which downloads documents (txt/pdf/docx) from the internet (azure.blob) and displays the document on the different platforms. The UI uses Mvvm_light and...
View ArticleGetting the current URL or simular in WebView
Using Xamarin Forms. So we are building an commence app. And when our costumer wishes to pay, we open a WebView. In the WebView we POST the payment portal (paypal etc.) and receive the HTML which we...
View ArticleAfter Unified update, DateTime error
I just installed the latest update to Visual Studio. The Xamarin.iOS version is now 2.5.50727. I've migrated a project and am now getting "Cannot convert source type 'System.DateTime' to target type...
View ArticleWindows Phone OpenGLView support via ANGLE
Are there any plans to add OpenGLView support to Windows Phone via the new ANGLE library for Windows Phone https://github.com/MSOpenTech/angle? I am not sure how much the implementation is reliant on...
View ArticleTrying to replace the MainPage, but error
public class myApp: Xamarin.Forms.Application { public myApp (Xamarin.Forms.ContentPage pg) { MainPage = pg; } } In AppDelegate.cs var pg = new page_AgentLogin (); // a simple ContentPage var mainApp =...
View ArticleStarter Edition Question
I just downloaded the Starter Edition to give Xamarin a try. I started working through the Hello World.Android getting started tutorial and, when I tried to build the app, I got a message that I am...
View ArticleLabs Hybrid Web View - Add a custom 404 handler
Any ideas how to set up a custom 404 handler so the user gets a nice message rather than the default? Thanks Steve
View ArticleStrange Compile Error After Unified Update
I updated my Xamarin Forms project to 1.3.1 yesterday via NuGet. After the update (and the update to Xamarin Studio on OS X), I ran the migration utility in Studio to convert my iOS project to the...
View Article