We are developing a simple app with about 15 pages and use NavigationPage to navigate, the app works on IOS without any issue.
But the Android part is having lots of problem including color and layout etc.
The big problem that we have now is the refresh problem, Start the app on android device, after click a button and enter to other pages, it is slow and after return back to home page with "Back" on navigation or hardware return, the app will display half of home page and half of previous page, we need to click or touch somewhere to make it refresh correctly.
The App works on Android 4.4. and lower fine, but it has problem on Android 5 and upper.
Does anyone have similar issue? Or does Xamarin.Forms work on Android? Should we use Xamarin.Android instead?
Thank you!