Flip 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 '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 ArticleXamarin Forms Apk is not getting login in to Application
I developed an Application.I ran My application in release mode.But App is not allowing to login inside application.When I tried to use the same thing in Release mode App is working fine.More over it...
View ArticleGestureRecognizer is not working on android using Xamarin.forms
public void EnableSubmitButton(){ LeftMenuItem.IsEnabled = true; TapGestureRecognizer OnLeftMenuItemClicked = new TapGestureRecognizer ((s,e) => { OnSubmitClicked (s,e); });...
View ArticleXamarin Forms shared project - Could not determine mandroid path!
Hi I am getting the following 2 errors when I try to build a simple Xamarin.Forms Shared project. Error 1 Could not determine mandroid path! Sample0306.Droid Error 2 The...
View ArticlePopAsync pass result
Hi, I use navigation page to navigate from page A to page B. Page B only contains a listview with values. When a users clicks an item in the listview. The page is poped. Now when popping page B, I...
View ArticleHybridWebView changes size when content size is changed
Hi I have a HybridWebView with a uri source pointing to a web page. Everything works really great with js injection and other good stuff that the HybridWebView has. But one thing is a little bit...
View ArticleIsolatedStorageException in WebViewRenderer for WinPhone
Hello, I use Xamarin.Forms 1.4.2.6355 I have a tabbedPage which displays 2 small webviews (to display simple rich texts content) I have the following exception that doesn't always occur (roughly 50%)...
View ArticleHard Tapping Issue in Xamarin Form 1.4.4.6392
We are facing issues with touch in our application after updating to latest Forms version 1.4.4.6392. Button/Images are difficult to tap. Any idea about the problem or any solution? I found following...
View ArticleVerticalOptions issue, alignment not correct...
Hello guys, I have a strange behavior on my XF app (on Android). I made a custom Xamarin Forms control (pretty simple). I Use it in a parent page and try to align it to the bottom of the page => so...
View ArticleExceptions in Visual Studio with latest Xamarin
I just updated Xamarin to get some of the new features of the ListView control. Now when an unhandled exception is thrown instead of stopping at the exception with the exception detail window it just...
View ArticleHandling Back Button in Xamarin.Forms ?
How can I load or navigate to a new page when the OnBackButtonPressed() method is called in Xamarin.Forms ?
View Article