I'm getting back button in Master Detail Page on android but not able to...
I've implemented Master Detail Page and detail Page is wrapped inside the navigation Page but back button is appearing along with the menu icon in master detail Page.However this problem is only in...
View ArticleBinding to FontAttributesProperty
Hi, I want to bind to the FontAttributesProperty of a button I have tried the following var btn = new Button() { Text = item.Title, TextColor = Color.Black, HeightRequest = 40, };...
View ArticleChanging ObservableCollection in a single transaction
I have an ObservableCollection<> subclass as a ViewModel which is bound to a View. I have a special method that reloads the content of the collection. However in the UI I see the changes...
View ArticleAndroid Video Player using Xamarin.Forms
I am trying to get a video player working in my Xamarin.Forms app on Android. I have implemented the iOS version using a ScrollViewRenderer where I add the MPMoviePlayerController (code at bottom, file...
View ArticleError Assembly with the same identity
Please see the link for view video of my error. https://dl.dropboxusercontent.com/u/96783283/ShareX/2015/01/2015-01-14_10-29-04.mp4
View ArticleSetting MainPage throws exception on Android
Hello all, I have a strange Android-only bug that throws when I go to set the App's MainPage. Here is the code that throws: private void onTryLoginComplete(object sender, EventArgs args) { try {...
View ArticleCustom CardView dynamic binding
i want to achieve list of card layout like structure where each Card has got image , label , separator buttons included. controls in card depends on some type condition. To start up I was looking to...
View ArticleDoes Xamarin.Forms.Maps work on Android in China?
Given the list of websites blocked in China (see https://en.wikipedia.org/wiki/Websites_blocked_in_mainland_China ), I am wondering whether Xamarin.Forms.Maps works on Android in China, or whether it...
View ArticleVS 2015 Errors on sample projects
Hi there, Hope someone can help me. I'm checking out the xamarin-form samples on github. On most projects i get the following 2 errors : Error Build action 'EmbeddedResource' is not supported by one or...
View ArticleForms & UWP - how ready is it? Custom Renderer examples available?
I've been using forms with Android and IOS and have been pretty successful so far. I'm starting a new app that also requires UWP. I've put together a sample app with simple buttons in a grid. I've used...
View ArticleNo plans to implement a visual designer for Xamarin.Forms (like Blend for XAML)
I had this e-mail today. I would like to share it with you who wait an UI designer for Xamarin Forms. Andrew Ditmer NOV 20, 2015 | 08:54AM EST Hi Volkan, While we will definitely be making improvements...
View ArticleXamarin.Forms AppCompatActivity - deeper navigation "back" arrow is black
As the title says. The whole toolbar is using the proper coloring, including the hamburger icon, but as soon as one goes even one page deep, the back arrow turns black. The arrow has no such problems...
View ArticleHelp to a Listview GroupHeader
hi Friends i have a Question? in a ListView with a GroupHeader Is there any way to remove the jump lists?
View ArticleCan't debug android
Hi, I have a Xamarin.Forms app. I am using Visual Studio 2015. The debugger in android fail 90% of times. If I hit debug button, it compiles and deploy but the app does not launch in the device. Is...
View ArticleSearchBar text not visible on iOS because it's white?
I'm still using the previous version of Xamarin.Forms since my upgrade to 2.0 did not work. It's a clean install. Anyway, I'm using a SearchBar control to search a ListView on iOS and Android. On...
View ArticleIssue with Xamarin.Forms 2.0.0.6482, IsVisible Binding when in AbsoluteLayout
In XAML: <AbsoluteLayout> <ContentView IsVisible="{Binding IsContentVisible}" AbsoluteLayout.LayoutBounds="0,0,1,1" AbsoluteLayout.LayoutFlags="All"> <Image Source="SomeImage" />...
View ArticleConnecting to hostnames that end in ".internal"
Anyone have issues connecting to hostnames that end in ".internal"? I'm using the ModernHTTPClient with a Forms app. The iOS connections are working ok, but the Android client can't resolve the host....
View ArticleHow to set Image tint in Windows RT
I have created custom renderers for the Xamarin.Forms Image control for both Android and iOS that allow me to specify an image tint at runtime that is applied to the Image. In Android I adjust the tint...
View ArticleIssues With ImageSource Binding
Hi there, I have ran into a bit of a snag on a project. I am currently using a wcf service that returns an object which has a property called "ImageDataSource" which is the bytes of a bitmap image. I...
View ArticleHow can I access Navigation from within a ViewCell?
Let's say that I have a custom ViewCell for a ListView, where each cell contains a button. When a user clicks that button I'd like to be able to push a new page onto the navigation stack. The problem...
View Article