Reputation: 3671
Found the same issue here. But the solution there not help me out.
Please have a look at the following screenshot of my xamarin forms ios app.
My problem is the previous page is showing behind the current screen. I am using visual studio for mac and Xcode 11.2.1 for development.
How can I get the fullscreen view for pages?
Upvotes: 0
Views: 164
Reputation: 18861
The version of Xamarin.Forms in your project is still 3.3.x . Which could not compatible with the future in the latest version (4.3.x).So you should update the version of XF to at least 3.6.x .
Upvotes: 1