Is there any way to convert Xamarin Forms UI (xaml) to Native UI project?
Hi Everybody Do you know tool / how to convert project Xamarin Forms UI (xaml) to : 1. IOS UI project ( Storyboard) 2. Android UI project (axml) I think very cool if have a tool like that . We will...
View ArticleHow to Xamarin Forms UI by drag and drop UI Components rather writing...
Hey, I am new to Xamarin and trying to build a simple cross platform app in xamarin forms, For designing I am not able to see any Drag and Drop interface in Xamarin studio for UI. Is there's any way we...
View ArticleTimePicker with 24 hour format dialog
Hi. How to set TimePicker show with format 24h for TimerPicker dialog? Format property of TimePicker is working for text entry and not for Timepicker dialog that popped. Tested in Android.
View ArticleError ITMS-90096
I am getting the following error when submitting to the Apple Store: ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch...
View ArticleCorrect way for updating data bound property from non-UI thread.
What is the correct way for updating data bound property from non-UI thread? Is it necessary to wrap code in a call to InvokeOnMainThread as it is described here:...
View ArticleCarousel/Coverflow control for Android
Hey guys, I'm working on a Xamarin.Forms app that will use a carousel to display a collection of images. I'm using the Alliance Carousel (https://components.xamarin.com/view/Alliance.Carousel) in a...
View ArticleToolbarItems.Add() missing item on iOS with more tab option
just like the title, I have a page that adds a toolbaritem. The item adds and display correctly until I decided to add a sixth tab to my tab page. Now the button is nowhere to be seem. All this is done...
View ArticleWeird reopening error Xamarin Forms
Im using OAuth with Xamarin Forms. It works perfectly on Android, But on iOS after I call _Nav.Navigation.PopModalAsync(); with _Nav being of type NavigationPage it keeps reopening the page over and...
View ArticleCannot find function pointer IOHIDLibFactory for factory...
Switched from out of the box to the following and the screen comes up but its blank. How do I proceed? This is with Visual Studio 2015 public App() { // The root page of your application //MainPage =...
View ArticleProblems with Application.Current.Properties...
Hi all I have XF 1.3.0.6286-Pre-4 installed. With an earlier version of XF (1.3.0 Pre-release 1 without documentation), I have (not successfully -> app-crashes) tried, to store application-settings...
View ArticleSuper Newbie Image question
The idea is to have 3 Images in a Row on my app's Login screen. I realize this is a stupid question, but I've been wrestling with my ignorance for hours now lol. This is the latest iteration: Content =...
View ArticleFontSize NamedSize
Hi Folks, Is there some precise meaning to NamedSize? I'd like to incorporate that setting into my own custom controls, but if there are guidelines of how big each size is, I'd love to know where to...
View ArticleNative Google and Facebook login flow
I want to use the native Facebook and Google OAuth2 authentication processes within my Xamarin.Forms app on Android, iOS and Windows Phone. There is Xamarin.Auth, but: - From what I can tell (I haven't...
View ArticleXamarin.Forms for Windows 8.1
Hi, our customer requires to extend our app for Windows 8.1 (MS Surface tablets). Do you have any plans to extend Xamarin.Forms for this platform? Thanks for info. Lukas
View ArticleStrange layout result on Android, correct result on iOS.
I'm using Forms with a xaml page that is defined as follows: <pages:BasePage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleWebview not workin in xamarin android app
I have tried to put webview in xaml form in xamarin studio.. used code from here https://developer.xamarin.com/recipes/android/controls/webview/load_a_web_page/... codes... WebView localWebView =...
View ArticleXamarin User Controls
Hello. For my project I need to animate an image by rotating. I thought that since quesa ruora image that must be repeated in various parts of my application would be useful enough to pack in a custom...
View ArticleUnable to find a version of XF compatible with...
Updating Xamarin.Forms... Attempting to resolve dependency 'Xamarin.Android.Support.v4 (= 23.0.1.3)'. Attempting to resolve dependency 'Xamarin.Android.Support.Design (= 23.0.1.3)'. Attempting to...
View ArticleCan't establish Socket connection
Hi, I am using @RyanDavis 's sockets-to-pcl plugin in a xamarin.form project. I am following the tcpSocketClient sample code posted in the GitHub repository https://github.com/rdavisau/sockets-for-pcl...
View ArticleDisplaying PDF in webview on iOS9 using xamarin forms
Hi, I am displaying a pdf inside a WebView. It is working properly as expected in all iOS versions except iOS9. in iOS9 the pdf occupies only around 1/5th of the page width only. I have tried setting...
View Article