Vice
Vice
Is there a way to do it easily? Hope So
Yeah I just update to 2.0.2, and I am in the same situation about the doc, I don't understand how to access secret/appsettings properties inside my code. I used to...
Any workAround?
Hey @Axemasta, First thanks you bring me to the right Librairy 👍 Maybe you already known? But with Xamarin.Forms 3.x you can put the Android Tabbed page at the Bottom...
@pramodhgeorge2019 here some referenced issues that should not be closed #261 #518 #525 #489
How touch event work on Android  This usual workaround should work (like on MapRenderer), but it doesn't. ```` public override bool OnInterceptTouchEvent(MotionEvent ev) { Control.RequestDisallowInterceptTouchEvent(true); return base.OnInterceptTouchEvent(ev); } ````...
https://github.com/xamarin/Xamarin.Forms/issues/8879
@jivanro it help a little but they are still some conflicts in which view start and should move at first..
@AnnaBagriy Thanks for the tips, but it works only for the vertical issue. All embedded possibility could have different issues related to this android bug. @samhouts no milestone for this...
@jsuarezruiz Thanks a lot! PS: But I don't understand why this view has a parent before add it for the first time.