-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
When navigating from a page with keyboard being open to a page with Shell.NavBarIsVisible="False" on Android, the page initially jumps into the status bar and then moves down.
When investigating this, I found a bug that seemed to be related: #34060. That one got fixed in 10.0.40. However the issue we encounter with keyboard being visible is still present in 10.0.50
I forked the original repository and added Entry and Button to start back navigation work while the keyboard is still open.
This gets worse when we have some UI-heavy operations happening on the page that gets navigate to - sometimes it gets stuck in the state where the content is up in the taskbar. I was not able to create a small repository for that. But even the jumping is a bug.
Steps to Reproduce
- Download the repo.
- Build and run it on Android (I used Samsung A53 5G with Android 16, but was able to reproduce this on various devices)
- Observe the initial page
- Wait 5 seconds, it will switch to Page 1
- Tap on the Entry - the keyboard gets displayed
- Tap on Button Initialization page
- See the jump down of the page UI
Link to public reproduction project repository
https://github.com/jasho/NavBar
Version with bug
10.0.50
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 16
Did you find any workaround?
No response
