Replies: 1 comment 1 reply
-
Nothing comes to my mind @Rakuvek13 , except testing some of the CoPilot AI suggestions. Do they work? There is some knowledge about tab bar, maybe something usefull. Navigation - status bar - relevent info.. Let me know if this helps you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I've been developing a .NET MAUI app for Android and iOS. I've run into a problem on iPadOS: when I open a page that has a navigation bar, the navigation bar doesn't "merge" with the status bar on the iPad after the first render. However, if I then select a different page through the Shell tab bar and return to the original page, it renders correctly (see screenshots).
Is there any way to make the merged version render correctly right away? The main problem is that the navigation bar covers some of the elements at the top of the page. I can work around this by using some top padding, but it isn't very elegant. Any advice is highly appreciated.
Thank you,
Filip
INCORRECT

CORRECT

Beta Was this translation helpful? Give feedback.
All reactions