Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show system bar above application #172

Open
jb55 opened this issue Apr 9, 2024 · 3 comments
Open

Show system bar above application #172

jb55 opened this issue Apr 9, 2024 · 3 comments
Labels
android Android-specific issues ui UI-related issues

Comments

@jb55
Copy link
Contributor

jb55 commented Apr 9, 2024

Depends on:

Once we switch to GameActivity, we have the opportunity to fix the issue where the app is below the system bar. It looks like @lucasmerlin and @ardocrat has made some progress here:

Things to consider:

  • Do cutouts extend beyond system bar? If so we need to account for that

  • To have an immersive scroll experience, it might be a good idea to not pad during scrolling, so we scrolling appears all the way to the top edge of the device. Need to figure out the logistics of this.

@jb55 jb55 mentioned this issue Jul 22, 2024
3 tasks
@alltheseas alltheseas added the ui UI-related issues label Apr 9, 2024
@ardocrat
Copy link

System bar and navigation bar are insets at Android, you will need listener at Java code.

@alltheseas alltheseas transferred this issue from another repository Jul 22, 2024
@alltheseas alltheseas added the android Android-specific issues label Jul 25, 2024
@alltheseas alltheseas moved this to Backlog in Damus Roadmap 🛣️ Jul 25, 2024
@ardocrat
Copy link

iOS has same problem ofc.

image

@lucasmerlin
Copy link

I had the same problem and solved it with this commit in my winit fork: lucasmerlin/winit@10bd20e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Android-specific issues ui UI-related issues
Projects
Status: No status
Status: Backlog
Development

No branches or pull requests

4 participants