Xamarin Forms Android 12 UI flickering - xamarin

I have a Xamarin forms app using Xamarin Forms Shell. On Android 12, the UI is flickering when scrolling on a page with a ScrollView. On the bottom of the page is a menu provided by Shell. The flickering is most prevalent around the area of the Shell menu. This only occurs on Android 12. Anyone experiencing the same thing?

Related

Xamarin Forms MasterDetail Page with TabbedPage iOS [BUG]

I am using Xamarin Forms with Master Details Page and TabbedPage. There seems to be a bug that I cannot understand or fix. On the MasterDetail Page, at the bottom quarter of the page, no clickevents are being fired. In other words, that part of the screen seems unclickable. It works fine on Android but on all iOS devices, the bottom quarter of the MasterDetail Page (that is just above the Bottom Tab) seems Unclickable.
I tried removing all content from the page and just add a simple button in that area and that too didn't work. It really seems frustrating.
On simulator as well as real app deployment, it doesn't work.

NavigationPage Title to the Centre in Android (Like iOS) - Xamarin Forms

While developing Cross Platform App through Xamarin Forms.
I am facing issue while bringing NavigationPage Title to the Centre in Android. By Default It has Aligned Left side in Android and Centre in iOS.
I would need the Android NavigationPage Title to the Centre.

Xamarin (iOS and Android) side menu panel

Im new in Xamarin, for the last couple of days i've been doing some searching on Side menu panel that supports both Xamarin.iOS and Xamarin.Android and can include an image at the top of it like the screenshot shown below.
Side menu screenshot
Any components in mind? if there is no component how can i do it by myself?
Android has the Navigation Draw for side slide out menus.
For iOS there are quite a few components such as Flyout Navigation, ActionTray and Sidebar Navigation

Xamarin Forms overlaps systems title - how to hide FitsSystemWindows

I am working on Xamarin Forms application. In the top section app overlaps with the android system topbar (No the application bar) I am using my own custom nav bar not using inbuild.
Please suggest how to set the Android.Views.View.FitsSystemWindows property in Xamarin Forms

Slide horizontal menu for Windows mobile 7 /8?

Hello everyone i am trying to build a horizontal slide menu for a windows mobile 7 app. Any idea how to do that?
That sliding menu is called Navigation Drawer and is a standard UI element for Android OS. It is not recommended on Windows Phone. However, you can mimic it using an offscreen UserControl or Panel.
Take a look at the following blog post: A behavior to implement a scroll-into-view panel (for a Facebook-like GUI) on Windows Phone.

Resources