What is RenderWith?
I've never seen this before, and suddenly see it everywhere. e.g. http://developer.xamarin.com/api/type/Xamarin.Forms.Picker/ [Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._PickerRenderer))]...
View ArticleBinding with Converter using ConverterParameter Binding Not Working
I'm trying to do the following: Bind a Color property from based on the class property if the item is selected. If it is not selected, to color the Color gray. This is using a custom horizontal...
View ArticleGeocoder.GetPositionsForAddressAsync returns some strange results
I have found that the Geocoder.GetPositionsForAddressAsyn accepts some bad input yet returns a valid result. For example, if I send it "a" as the address, it returns 48.3705449, 10.89779 which is the...
View ArticleXamarin.Forms - Facebook Login : Native login page (Android)
Hello, Initially i tried to use this library https://github.com/jsauve/OAuthTwoDemo.XForms/ but the problem was that the Library opened a WebView with mobile Facebook Login, and the user was forced to...
View ArticleListView inside StackLayout: a height problem
In a ContentPage I have a ListView inside a StackLayout inside a ScrollView. The ListView is populated (ItemSource is set) in the ContentPage when OnAppearing gets called and I can see that the list is...
View ArticleFrankenstein's monster a Shared and Portable(PCL) Hybrid
You probably gonna laugh but is there any reason not to combine Shared and PCL? Like having the View in a PCL library and ViewModel, Model in a Shared Project?
View ArticleOnPlatform XAML
Hi! I am trying to add the OnPlatform tag in my XAML ContentPage definition file. I have a working Android App and now wnat to to make tweaks for the IOS version. I would like to use the OnPlatform tag...
View ArticleCustom Back Button in Xamarin.Forms
Hello, in other forums I found out how to change font-family for TitleTextAttributes in UINavigationBar in AppDelegate.cs.(iOS).. I want to do the same thing, but also change the font-family of the...
View ArticlePanel Animation Voids Tap Gestures
When using Android, if I start a view outside the boundaries of a page and then slide it in by using TranslateTo all gestures and button clicks of the view stop working. I've noticed that the section...
View ArticleXamarin Forms IOS list view performance problem
I'm using simple listview in xamarin forms and populate data from sqlite database, here is big performance problem for IOS , but for android it works great. here is bit code of my listview: ListView...
View ArticleSplitter control
Hi All, Can someone help me to have splitter control? I want to achieve a control like a split container where i can change the height of a view using splitter. Thanks.
View ArticleThe application may be doing too much work on its main thread on Android
Hey there, We are building an app with Xamarin.Forms.. App works well on Windows and iOS without much performance impact, however on Android performance is extremely slow.. When I checked output in...
View Article[Guide] Create a Gradient Background without Images
Hey, today I accomplished the task to create Gradient Background without the use of an Image. The task was to make it possible for the user to change the Background of the Views on Runtime! First I...
View ArticleActivityIndicator is not coming in proper position
Hi, Please help me out how i will bring the activityIndicator in proper Position In all Platform it is not coming in proper position.It is coming in top not in center of the device. <ScrollView>...
View ArticleSet a background image to a Grid
I have a grid (3x3) it has 6 images, I want a background image behind these 6 images. The code is seeing the image but it's being displayed below the grid. I'm still new to Xamarin and I'm not knowing...
View ArticleGoogle Maps on iOS when using Xamarin Forms?
Hello, I am wondering if Xamarin Forms Map can use google maps rather than apple maps on iOS? Thanks for your help in advance!
View ArticleQuery: How to create Xamarin Forms (iOS- Classic) in Shared Project (Not PCL)?
Want to create a Xamarin forms Shared sample which needs iOS-classic Project. Is there is any template available for this. Quick reply is most appreciable. Please let me know, if u need more details.
View ArticleWhy would my app is perfectly working with iOS 8 but not iOS 7 with some images
Hi, I'm currently working on a Xamarin.Forms App that used TabbedPage. For iOS 8.x, Images for Tab in my TabbedPage are perfectly displayed I Also have I similar problem for my custom renderer Map Here...
View ArticleHTML Copy and Paste in Email
Hi, I have working with Email Signature. I have some HTML Design that use for Email Signature, i need to button click copy that HTML and paste in Email as a Design, In IOS its working fine using below...
View Article