Xamarin.Forms previewer needs a Manual Refresh button
I've had to recreate a new content page, close and open it (the official advise) just to update the preview. This is insane. Can we get a refresh button?
View ArticleAnyone successfully passed cookies to WkWebView?
I have been working on a Custom WebView that on iOS uses the native WkWebView instead of the default. My pain is that passing cookies to it from a HttpClient does not always sent those cookies on first...
View ArticleXamarin.Forms TimePicker with 15 minutes Intervals?
Hi! is there a way to get a TimePicker in Xamarin.forms which has only 0,15,30,45 minutes to choose? I tried using custom renderer in Android with something like this: `class MyTimePickerRenderer :...
View ArticleXamarin.Forms TimePicker with 15 minutes Intervals?
how to pass min interval in the Xamarin Forms TimePicker. I had solution for the renderer iOS: [assembly: ExportRenderer(typeof(TimePicker), typeof(TimePickerRenderers))] namespace...
View ArticleXamarin.Forms.Maps repeated authentication error
Hi all, I am having some trouble integrating google maps with the Xamarin maps SDK, I have already contacted google on the matter but they said they can only help if it is part of the google maps SDK...
View ArticleNullReferenceException on MainActivity > OnCreate() > LoadApplication(new...
Hi, I'm getting a NullReferenceException at this line: LoadApplication(new App()); in my main activity. What I was working on was adding a Compat Theme in order to get this badge plugin working,...
View ArticleHave to clean/rebuild project every time
Hi, I've just started to use Xamarin Forms and every time I want to run an iOS application in the simulator I have to clean/rebuild the solution. If I don't then it appears to still compile, but always...
View ArticleMaster Detail on Android (Prism) - Accessing Camera via Detail disables...
HI, I have a MasterDetail Page with a button to access the Camera or Gallery on several of the Detail Pages. I'm noticing that upon exiting the Camera/Gallery the Hamburger Menu button is disabled and...
View Articlehow to set title of navigation bar to center?
in xamarin forms how to set title of navigation bar to center?
View ArticleI need to port and Xamarin.Android app to IOS... What Mac should I get
Hello, I am not a Mac user, but I need to purchase a Mac so I can do IOS development on Xamarin. I am looking for recommendations on which Mac is best for this job. Also, what are your recommendations...
View ArticleDuring an iOS Build it stops with a Droid error MSB4094.
My setup: Visual Studio 2019 - current updates; Xamarin Forms - Latest build. I am doing an iOS build (Build->Build Solution with the settings AppStore; iPhone; MyApp.iOS) and it seems to hang/stop...
View ArticleAllow iOS PageRenderer to render as custom UIViewController
Summary Update the PageRenderer class so that it can render as a custom UIViewController instead of just a UIViewController API Changes I propose two ways of doing this. Make PagerRenderer generic, so...
View ArticleBest way to create non full screen popup?
Hi, I am trying to create a menu that will take over 80% of the screen. This is a customer request and I can't use the master details. I tried few popup lib but non of them gave me a solution for non...
View ArticleDirection for renderer
[Posted in University but board seemed a bit slow] I am looking for advice on producing a window to render output into. I want to build game frames but I am unsure of the limitations Xamarin would have...
View ArticleXamarin.Android Crash on BluetoothLeScanner.StartScan
During testing Bluetooth application, I have cautch the following exception System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.' on call:...
View ArticlePage loaded event?
Is there a good way to make your own page loaded event. I'm having an issue on android where if I build a table dynamically before the page is fully loaded (displayed) on the device that as you scroll,...
View ArticleApp Store Connect (Application Loader) publishing failed - Failed to parse...
I'm getting an error when trying to publish an update to my app using the Application Loader on VS. I tried researching on the error but the error itself isn't really clear. It originally worked...
View ArticleNative linking failed error in xamarin for GoogleSign
I am following this tutorial for GoogleSign in my project. https://www.pujolsluis.com/google-client-plugin-for-xamarin/ .Works fine in android. But getting Native linking failed errors while rebuild in...
View Articlesend files using bluetooth in xamarin forms ios and android
hello guys, i am currently doing project for file transfer using Bluetooth between two device using xamarin forms(.net standard) but i cant find relevant documentation for how to do this i know there...
View ArticleBest way to set a bound Picker SelectedIndex
Hello, I have bound a Picker SelectedIndex to a public property of the ViewModel. But when the user wants to edit an item of the model, he opens the page. Then I have to set the picker SelectedIndex to...
View Article