Can't deploy to iPhone
Cross-posting this from the Visual Studio forum, since it hasn't gotten a response in 24 hours. Hopefully I can get some attention here. Whenever I try to run on an iPhone, Visual Studio hangs for a...
View ArticleSwitch to Landscape Full Screen View
I searched the forums but Didn't find anything like this. I'm using Charts in my app, so I want users to be able to switch from portait to full screen landscape for chart detailed analisis. I found a...
View ArticleCustomize SwitchCell
Hi, I want to change de color of switch in SwitchCell. How can i do that? Thx
View ArticleTapGestureRecognizer sensitivity on Android
We have a xamarin forms based app. With the latest releases of Forms it works pretty quick and decent. Especially on iOS. However, I noticed something particular regarding TapGestureRecognizer on...
View ArticleLogin and MasterDetail Interaction
HI. In the App class contructor i got MainPage = new LogInPage(); , them, in the login page when the user press the button login i use: BUTTON_LOGIN.Clicked += async(sender, ea) => {...
View ArticleHow to find the image that is not found on iOS
Hi all, I get this error: System.Exception: Could not initialize an instance of the type 'MonoTouch.UIKit.UIImage': the native 'initWithContentsOfFile:' method returned nil. It is possible to ignore...
View ArticleStart app with modal already open
Does anyone know how to have an app startup with a modal already open? Basically I want to load a master detail page and have a sign in modal already open when the user opens the app. I'd prefer the...
View ArticleXamarin Forms tiene version started
Buenas tardes me gustaría saber si Xamarin Forms estya disponible es la version started y como puedo crear 2 soluciones al mismo tiempo ya que me esta generando error y me manda a la version trial....
View ArticleXamarin Forms button rendering in grids on WP
I'm currently experiencing an issue when i try adding a button into grid on WP. It seems the button renders with a margin which end up making the button smaller then it should be. I initially thought...
View ArticleAssigning a Style in custom WP renderers
I've created a custom render for my switches in WP, in this render I assign a style I've defined in the App.xaml <Style x:Key="ToggleSwitchWithMargin" TargetType="controls:ToggleSwitch">...
View ArticleWindows Phone PageRenderer Orientation Issue
Hi all We have a shared page defined in the PCL project. Lets call it SharedView, which is an empty ContentPage (XAML or code, doesn't make a difference). We then use a PageRenderer on each platform to...
View ArticleFrom Login page to main page?
Hi! I'm new to the xamarin forms in visual studio. I'm trying to create an app with a login. And this app show should show a lot of info getting from a service.. The question is how to do this? I mean...
View ArticleNavigation bar question
I see that you can do a toolbar. I'm in the process of converting an iOS Xamarin app to a Xamarin Forms app. I'm having a hard time translating the navigation bar that I have in the iOS app to the...
View ArticleListView not binding
I'm just switching over to using Xamarin forms, so I feel like this is something simple I'm missing. Here is my listview <StackLayout Orientation="Vertical" Padding="20"> <SearchBar...
View ArticleCreating a Responsive Design For Cross-Platform Devices
We have a page that contains 3 Stack-layouts and a grid. A banner image at the beginning then a grid (3x3) in a StackLayout then an image for the settings. The design is differing from device to device...
View ArticleSequence contains no matching element at System.Linq.Enumerable.Last
I want to use only Main.axml in my project. protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); global::Xamarin.Forms.Forms.Init (this, bundle); LoadApplication (new App ());...
View ArticleSequence contains no matching element at System.Linq.Enumerable.Last
I want to use only Main.axml in my project. protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); global::Xamarin.Forms.Forms.Init (this, bundle); LoadApplication (new App ());...
View ArticleMultiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View ArticleUnnecessary Padding From The Sides on iOS
I'm still new to Xamarin and I'm having trouble with my code. We built an app using Xamarin Portable library so that we have the cross-platform solution. However from android to iOS as expected there's...
View ArticleSetContentView for main page
In Xamarin.Android I can write: SetContentView(Resource.Layout.Main); for set the activity content from Main.axml How I can do the same for Xamarin.Forms? How I can move data from Main.axml on main...
View Article