EmmanVazz

Results 6 comments of EmmanVazz

VS 2022 17.0.3 fixed this issue for me as well.

This plugin doesn't seem to be actively maintained but here is a workaround for this issue https://xamarinhowto.com/making-ios-13-segmented-controls-prettier-in-xamarin-forms/

I found that clearing the Effects for the tabitem in the TabHostView.Tabs array blocks navigating to the tab and allows any GestureRecognizers on that tabitem to work. This is because...

That PR is still not accepted and there is no new version. Is there a work around?

I found a work around. Just take the AndroidManifest.xml service deceleration you find the obj/Debug folder when you make a build and copy it manually into you AndroidManifest.xml in the...

I am on version 1.2.4. You can access the message with the method @jmeadecvlt mentioned, I use this inside OnCreate in MainActivity.cs ``` if(!string.IsNullOrEmpty(Intent.GetStringExtra("message"))) { //app was started via a...