Tyler Stegmaier
Tyler Stegmaier
Would it be possible in the near future for raspberry pi?
Any update?
Seems that the builds are successful for arm, but don't know why the delay for the python tkinter side https://cef-builds.spotifycdn.com/index.html#linuxarm [See Also](https://bitbucket.org/chromiumembedded/cef/issues/1990/linux-add-arm-build-support)
Any update?
I want this as well.
Added Platform Target Frameworks where the issue occurs: iOS: 13.18.3.2 Android: 10.3.1.4 It occurs on both platforms.
Any update? This has existed for nearly a year.
I'm having this issue as well, but in my case, the page isn't displayed at all. Using Shell layout, compiled on Android 10, Xamarin.Forms v4.6.0.847.
I found a workaround for now. 1) add the page data to the root page (whatever you need to perform the navigation and display properly) 2) call: await page.Navigation.PopToRootAsync().ConfigureAwait(true); 3)...