Form background image ios
Hi, I want to set a background image form my forms page but in ios the image is not scaled to the screen resolution. How can I solve this?
View Article24 limit on business edition
Lately i've been having an issue with remote debugging. I'm using the business edition to work on pc and run emulator on the mac. But now I keep getting the "Trial executable has expired (24 hours...
View ArticleAndroid: Java exception after some time of running animations
I'm working on an app where we've created a screen similar to the homescreen of WindowsPhone, with the tiles (flipping animation also) and a slide of news messages in the top that fades trough all news...
View Articlehow can i recognize long press gesture in xamarin forms
Hi, Could you please let me know how can i recognize long press gesture in xamarin forms application. Also let me know how can i implement left & right swipe Thanks & Regards, Siva
View ArticleHow to see the properties of the Controls
Hello All , I can not see the properties of controls in xaml files in PCL project . And lots of property names have been changed than native so how can we get to know what are those ? Thanks in Advance...
View ArticleWCF - Could not load assembly System.ServiceModel.Duplex
Hey, I'm trying to write an application with a WCFClient in a PCL, but whenever I try to run the application on an Android device I get the following error. Error 4 Exception while loading assemblies:...
View Articlebroken documentation link
This link is broken: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/introduction_to_xamarinforms
View ArticleMasterDetail Page Change Orientation Issue
I have a Master-Detail Page application. Running it in iOS 8.0 Simulator, I started in portrait with the Master Page NOT showing (you can hide/show the Master when in portrait). Tapping on a button on...
View ArticleGeolocation doesn't work iOS
I'm trying to get device location with help of this example https://github.com/XLabs/Xamarin-Forms-Labs/wiki/Geolocator. This works on simulators , but on iPad Air doesn't work. My info.plist file...
View ArticleAdding a BindableProperty to my CustomViewCell? Where to call SetBinding?
I have a CustomViewCell with controls that are bound to my model object -- that works fine. What I'm trying to do now is add a bindable ListItemType property to my CustomViewCell so I can display...
View ArticleGoing from a Xamarin.Forms.View to...the android/ios view
Does anyone know how to get the correct device specific view for a known xamarin.forms view?
View ArticleUsing Xamarin.Forms alongside Storyboards
Hi, I am very impressed with Xamarin.Forms, and wish to integrate it with my current project. Currently, this project is using a storyboard to control application flow. I would like to replace the...
View ArticleClick on the controls when and how to change the background color of the...
Click the control, the change the background color , released, return to the previous color
View ArticleNavigationPage in ios , the left side can not display the icon.
NavigationPage in ios , the left side can not display the icon.How to do it?
View ArticleConsume asmx webservice in pcl
I am developing an app which uses third party .asmxweb service. And I am using PCL(Portable class Libraries) in my app. So I wanted to consume those .asmx web services in my app. Problem is PCL doesn't...
View ArticleXamarin Forms content page animation with left and right drawer.
Hello all, It will be very much of helpful if anyone guide me on the issue- " How it is possible to make a content page with Left drawer and Right drawer animation while opening or closing the drawer...
View ArticleOverride/Disable back button in Portable project
Hi all, We have got the following issue: we want to override or disable completely the back button functionality in the Portable project. Is there a way now that this can be done in the Portable...
View ArticleProblem to Deserialize Guid?
Hi everyone, I have a problem with a json net Deserialize. In my string, i have a property Guid? set to null, the deserializer throw a exception. Code `var result =...
View ArticleSet width as the window width of a relative layout
I want to set the width of a relative layout as the width of the window. I did the following. It is not working- RelativeLayout relativeLayout = new RelativeLayout (); relativeLayout.WidthRequest =...
View ArticleiOS not able to set ListView Cell Height
Hi, I'm trying to set Height for cells inside ListView and it works great for Android and WP, but it doesn't work on iOS. When using HasUnevenRows, RenderedHeight is always 40, but if I set it to false...
View Article