Need Help on XLabs.Forms.Controls.ImageButton() Control
I am using the XLabs.Forms.Controls.ImageButton() Control using XLabs.Forms package 2.0 Problem: The following code works fine for Android, but in iOS it throws the error during runtime. Error as...
View ArticleFlip An Image
Has anyone figured out a way to flip in Image in Xamarin Forms? Not rotate it - I use that for something else - but to flip it on the vertical axis? It does not appear that Xamarin supports the...
View ArticleHow to handle RTL support in xamarin form?
I just need to implement arabic support in my application. Language conversion is working by adding .REXS files and android:supportsRtl="true" in manifest but its not changing the layout flow direction...
View ArticleHow to upgraded project Windows Phone 8.0 Silverlight to Windows Phone 8.1...
I need the LocalNotifycation (Schedule notifycation) in my project, i know the Windows Phone 8.1 Silverlight is supported this feature. My project now is Windows Phone 8.0 Silverlight. Can anyone show...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleChange tab colour in TabbedPage on Android
I've tried everything and nothing ever worked. <style name="MyActionBar"> <item name="android:background">#ff0000</item> <item...
View ArticleXamarin.Forms Intellisense not Working on Visual Studio 2015 clean Install
Hi, I'm trying to write a Xamarin.Forms project in Visual Studio 2015 made with a clean install: What do I do? I thought there was built-in support. Regards.
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleCall Web Service Google API does not work
Hello, I have currently a strange problem when I try accessing google api with HttpClient. Here the code : public async Task<string> AutoCompletionGooglePlace(string _input) { string path =...
View ArticleHow to access iOS view controller in the latest xamarin forms version?
Hi all, yesterday I updated my xamarin forms pcl solution (iOS, android and win phone sub projects) to the latest stable xamarin forms which I believe is 1.3. I have noticed that in the iOS project,...
View ArticleUsing standard Icons for NavigationBar in Xamarin Forms
Hi! Is there a way to use OS specific icons on a certain platform in Xamarin Forms? For example, on iOS I would like to use UIBarButtonSystemItemAdd and on WP/droid a custom image....
View Articlei can't find Forms ContentPage Xaml
i created PCL Xamarin forms application, in xamarin studio i was able to add Forms (Forms ContentPage Xaml), in Visual Studio i was able to see only code page. i cant add xaml page at all. i use VS...
View ArticleAlternative to XmlnsDefinitionAttribute
Does XF support some alternative to XmlnsDefinitionAttribute? I've not been able to track down any discussion on this matter. Presumably XmlnsDefinitionAttribute support isn't already there because the...
View ArticleCan a Style be added to a custom renderer?
I have a button renderer to show a gradient color and I was wondering if it was possible to have a style on it like below? <ContentPage.Resources> <ResourceDictionary> <Style...
View ArticleXamarin.Forms UWP support & Windows 10 Mobile
Should we expect Xamarin.Forms UWP support on the day Windows 10 Mobile becomes generally available? From what I see on https://resources.xamarin.com/xamarin-forms-private-preview.html, it's a "very...
View ArticleHow to hide the empty rows of a list view in xamrin.forms in ios
My list view has just 1 or 2 datas , but still it shows empty rows till the end of the page . This just happens in ios ., in android its working fine . pls do tell me what changes to make to hide the...
View ArticleToolbarItem with badge (Cart item)
Hi All, I'm trying to implement a toolbaritem the way is defined in the xamarin store app. For iOS I had no issues to do it, but for Android I wasn't able to finish it. My idea is to create a...
View ArticleXamarin forms FileNotFoundException Xamarin.Android.Support.v4 ( Visual Studio)
I Have been trying to use maps in Xamarin Forms in Visual Studio, but when I finished this error show up: Severity Code Description Project File Line Error Exception while loading assemblies:...
View ArticleHow to 'include' NavigationPage in XAML
Hi, I'm trying to make as much work as possible in XAML. Is it possible to 'include'/embed XAML with NavigationPage into another XAML? Example - MenuPage: <?xml version="1.0" encoding="UTF-8"?>...
View ArticleXamarin Forms Picker Renderer default style template?
Hi, just a quick question hoping for a quick fix whilst I put more thought into this: I'm creating custom renderers across all three platforms for the Xamarin Forms Picker view, which on Windows Phone...
View Article