Adding ToolbarItem on iOS raises Unhandled Exception (System.Exception:...
Hi, I am trying to add a ToolbarItem to the ToolbarItems collection however on iOS this raises an Unhandled Exception (System.Exception: Loading...). The same code seems to work successfully on both...
View ArticleUsing Office 365 API in Xamarin.Android
I am creating a sample for a talk: using Office 365 in Xamarin.Android, but I am having some errors, don´t know why I got this: "System.InvalidOperationException: An error occurred while processing...
View ArticleClickable area of custom shape
Hello, Is it possible to make view of X.Forms which react to touches in area of custom shape (triangle, for example)?
View ArticleLinkAssemblies error in release mode
Debug mode works well. But when I switched to release, then an error has occurred that I can not solve (( Ошибка 5 непредвиденная ошибка при выполнении задачи "LinkAssemblies"....
View ArticleError: No Property of name Margin found
I get error "No Property of name Margin found". How to solve margin issue in stack and grid using xamarin forms and also need Inage stretch and fill properties.
View ArticleGetResultAsync() not getting called on the selection of photo from device?
Hi, I want to select a photo from my device and place it in my application. I have presented the photo gallery with the help of Xamarin.Media. But, on the selection of an image GetResultAsync() is not...
View ArticleXamarin.Froms.Maps when are you release a finshed version ?
Hi all, I'm kinda new in the world of Xamarin, i've bought this for my company after reading article about Xamarin.forms et Xamarin.forms.maps. Yesterday i was coding something very simple with a map...
View ArticlePlatform Specific Properties
Over in the Custom Renders Feedback thread I floated the idea of being able to have a simple method to set platform specific properties that are not currently implemented in XForms (X.F?). So I started...
View ArticleSuggest 1.1.2 (fixes) pre 1.2.n (enhancements) and/or open source?
Just a thought that for a lot of us now using .Forms (which is great as we all agree I think) as opposed to our own home-grown equivalents the most useful and urgent need is for fixes to the bugs...
View ArticleLaunching a webpage in device browser
How to open a webpage in android's device browser?
View ArticleCan you use a Xamarin.Forms DialogAlert in the platform-specific project?
Hi, I created a project which has a lot of shared code and some platform-specific code for Droid and iOS. I call the specific code for iOS to perform a specific task (call a number, for instance). Is...
View ArticleFeature request: please add System Proxy use feature for iOS in Xamarin Forms
While developing an app and hosting the REST API on my own machine images were not shown and the http request were not visible in Fiddler on iOS. I tracked down this to the...
View ArticleStrange behaviour when setting TextColor of Entry
Curious whether anyone else can duplicate this. Here is minimal example code, added into a page: var upcEntry = new Entry { Placeholder = "UPC", Keyboard = Keyboard.Numeric, }; var upcFormat = new...
View ArticleOpacity not working in Image
Hello, I just updated to version 1.2.1.6229, and I noticed that the Opacity attribute no longer works in the Image objects, and I was wondering if something was removed from the image that affects this...
View ArticleCan you define a ListView with static content in XAML?
For example, I'm creating a menu that has a ListView with a static list of options. Instead of binding to a datasource, can I just provide a hardcoded list of items inside the ListView tag?
View ArticleTruncate long texts with ellipsis (...) on Label control
Is there a way to truncate long texts with an ... ellipsis using a Label control? eg. var l = new Label { Text = "This is a very long text", WithRequest = 50 } should end in something like "This i..."
View ArticleLayout problem android
Hi I have a simple page containg a listview and a button inside a stacklayout. The button is defined this way : var buttonNext = new ImageButton { HeightRequest = 100, Text = " Next", Font =...
View Articlespace at the bottom of a listview
I am getting a little bit of space at the bottom of the listview. In an iPhone 5, this isn't a huge amount. In the genymotion emulator, the amount of space is much higher. On my listview, I have set...
View ArticleEditor rendering
Using the editor in Windows Phone, the color of the text is not correct. Also the frame border is different from an entry. Please see attached image ( no text is shown, probably due to the fact that...
View ArticleBug in ItemSelected Event Handler of ListView
Hi, I think I found a Bug in ItemSelected Event Handler of a list view. I have the following layout: var listView = new ListView() { ItemsSource = _viewModel.Items, ItemTemplate = new...
View Article