How to Change the background color in Windows Phone ?
How to Change the background color windows phone ? I tried so many properties but no one is working. I used the properties like that ((App.Current.Resources["PhoneBackgroundBrush"] as...
View ArticleHow to Change the background color in windows phone ?
How to Change the background color in windows phone ? I tried so many properties but no one is working. I used the properties like that ((App.Current.Resources["PhoneBackgroundBrush"] as...
View ArticleGraphic problem, layout with searchbar and listview last cell out of screen
Hi, I create a Page with a SearchBar and a ListView, I also implemented this so I'll load new element when reaching the end of the screen. Now it happens that the last element is out of the screen,...
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 ArticleBinding to Picker Items
Hi, I believe it is not possible to Bind in XAML to the Items property of the Picker control. If this is the case, which is the best approach to populate the Items collection from a ViewModel...
View ArticleHow to adjust the spacing between two control ?
How to adjust the spacing between controls in page ?
View ArticleReally slow build speed with iOS
I've been running into this issue since we started testing on an actual iPhone, not a simulator: the build process seems to hang, for up to 5-10 minutes, without any feedback of the process. After some...
View ArticleBarcode rendering with ZXing.net in my Xamarin.Forms app
Heyo, So I've seen a lot of posts where people need help scanning barcodes, but so far I've not seen any posts where people were having trouble rendering a barcode from a piece of data. Our app needs...
View ArticleDraw image at real size
Hi, i've just started with Xamarin but i'm facing a problem i don't understand. I want my app universal, so Xamarin.Forms. I just want to display an image from resource at real size (i mean even if the...
View ArticleRender Local PDF file in Android,IOS
Hi, I have working on render local PDF file using xamarin forms, i have try to render PDF using "ViewRenderer" in IOS its working fine using above code. protected override void OnElementChanged...
View ArticleToolbar Item is getting refreshed while clicking on MasterPage items
Hello I have implemented a masterpage and loading a contentPage as Detail content.while redirecting for the first time from one page to other page it's working fine but next time onwards The Toolbaar...
View ArticleHow to get an original image size?
Hi! I have the very basic case, but can't find elegant solution: need to know original image size for layout. But after loading an image to Image view I get -1 value for its width and height. Here's a...
View ArticleNavigationPage BarTextColor is not working in android 5.0
I set the BarTextColor at NavigationPage. Its working on android 4.0. But the color is not changing when install on android 5.o and above. My code is as follow: NavigationPage nav = new...
View ArticleAdd event to native calendar crossplatform
Dear readers, i have a question how do i add a event to the native calendar crossplatform i tried a github project but its not building in my current project....
View Article[WP] Label cuts off
Hey, I'm having this issue on windows phone: http://stackoverflow.com/questions/4815072/long-text-cropped-in-textblock I doesn't find a solution for XF. Maybe anyone here have an idea to solve it?...
View ArticleViewExtensions.TranslateTo seems to have a delay between invocation and...
I am using ViewExtensions.TranslateTo for a drag gesture. It seems that there is a delay between the method invocation and the actual animation when running on Android. The Android projects are set for...
View ArticleUI Thread error calling a dependency service (iOS, PhotoKit) AFTER update to...
Hi all, I don't know if I did it wrong, but before updating to iOS 9.1 I was able to call a dependency service (using the PhotoKit) for iOS like this: CameraRollResult cameraRollResult = await Task.Run...
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 ArticleExplicit interface implementation for DrawerLayout
Heya, I want to get notified on drawer state changes (using Forms 1.5.1 AppCompat on Android). Therefore I need to reimplement the IDrawerListener on my custom renderer and implement the method: class...
View ArticleRollback of Forms versions
I am keen to try out newer versions of forms e.g. 1.5.2-pre1 but I would like to roll back if my app breaks. Is this possible and how would I do it? Thanks
View Article