Xamarin.FormsMaps.Init() does not exist in the namespace Xamarin
This is in the AppDelegate.cs class. After I upgraded to unified api. The version of Xamarin.Forms: 1.3.5.6333-pre1 Xamarin.Forms.Maps: 1.3.0.6292 I have the same reference in in m Android project and...
View ArticleXF Lab CheckBox and Radio controls
I am using these two controls (checkbox and radio button) but they don't get displayed on the content page. Is there any tutorial on how to use them?
View Articleare nuget packages duplicated in forms projects?
I now have the habit of adding the nuget packages to my forms PCL and iOS libraries. Does this mean the nuget packages are duplicated in the final binary, or do they all get resolved down once? is...
View ArticleWhat is MKOverlayWrapper? It's breaking my map renderer...
After updating to the Unified API, I started seeing a MKOverlayWrapper being passed into a method in my custom MapRenderer: public override MKOverlayRenderer OverlayRenderer(MKMapView mapView,...
View ArticleStripe Payment Component
Hey guys, I am trying to add the Stripe component to my xamarin.forms iOS and Android app but I am getting this error message: You are trying to install this package into a project that targets...
View ArticleOpen File from PersonalFolder
In my application, I am downloading a PDF file (since there is no way to show PDF file in a webview) on Android to- Environment.GetFolderPath (Environment.SpecialFolder.Personal); Now I want to provide...
View ArticleNavigationService xamarin.forms
Hello, So i would to ask you how can i navigate between 2 Xaml pages with mvvmlight (in portable project) those two xamls are binding their context from the Same view model (Main) ... Thx for helping
View ArticleCan't send an email from the app
Hello guys ! I am trying to send an email from my app. I am trying to do it with the DependencyService. For now I am implementing it for iOS only and I have the following warning : "...
View ArticleCreating an image gallery where each image is clickable?
Hello I'm trying to work out the best way to create an image gallery where each image is clickable, on clicking the image the full size image will be displayed in a modal. I'm not sure if I have to...
View ArticleNokia_X
Hi, anyone successfully using the Nokia_X with Xamarin forms - shows up for me as 'unsupported device', but works fine in a 'normal' Xamarin Android project Thanks Pete
View ArticleMaster Detail issue on Android
I'm trying to use this example to create a menu system -- https://syntaxismyui.com/xamarin-forms-masterdetail-page-navigation-recipe/ I downloaded the example at the bottom of the page and it works...
View ArticleCan't add certain package to my app
Hey guys, I am trying to add the Stripe package to my Xamarin.forms app but I am getting this error message: Could not install package 'RestSharp 105.0.1'. You are trying to install this package into a...
View ArticleTry to pushasync a page in the detail of a masterdetail
Hi. I've this situation. A MasterDetail: in the master I have a button with this code buttonVerifica.Clicked +=async (object sender, EventArgs e) => { this.IsBusy = true; var result = await...
View ArticleExample of playing a sound in a Xamarin.Forms app, across iOS, Android and...
I’ve not had any success so far at finding a Xamarin.Forms-based piece of code that plays a sound across iOS, Android and Windows Phone platforms. If anybody knows of one, could you point me towards it...
View ArticleLooking for payment method
Hey guys, I am currently building a xamarin.Forms app for iOS and android. At the last screen of the app I need to have some kind of checkout which allows me to somehow transfer money in order to...
View ArticleWebview content disappears when orientation changes on Adnroid
Hi, I've been using xamarin.forms but have ran across a bug on my phone devices, when it rotates the contents of the webview disappears. I added ConfigurationChanges = ConfigChanges.Orientation |...
View ArticleIs there a way to ask the user if the app should be closed
I tried to accomplish that task with overriding OnBackButtonPressed() but ran into the problem that the DisplayAlert method is asynchonous.
View ArticleCustom View Renderer as PCL Library/Nuget Package?
Hey, i am trying to create a custom view renderer as a library/nuget package. Unfortunately my sample project does not pick up the platform specific renderer and only uses the shared project element...
View ArticleEntry with a stringformat
I have an entry view set up with a stringformat so that I can show a decimal filed as 1.50 instead of it showing as 1.5. For example: <Entry x:Name="txtExtraLabor" Grid.Row="2" Grid.Column="1"...
View ArticleXLabs Custom Renderers Not Working for iOS
I have the nuget packages for XLabs.Forms added to both my Android and iOS projects. I'm trying to implement ExtendedViewCell & ExtendedEntry at the moment and the renderers for iOS don't appear to...
View Article