-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
Android fullscreen support #1598
Comments
I have never thought about fullscreen Android to be honest. It is feasible and should be implemented. |
Awesome. Is that something you plan on working on in the near future? If not, I can take a swing at it. I have a cross-platform project that uses pywebview, and the Android users would like full-screen capability. I started taking a look at what it would take to implement, but I wanted to make sure it wasn't known to be impossible, or undesirable, before I spent too much time on it, given Android development isn't really my area of expertise. |
Feel free to work on this. The implementation should be no too hard. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I noticed the documentation for Android says that multiple windows aren't supported, but it says nothing about lack of support for fullscreen, while the actual code indicates that fullscreen support actually isn't supported on Android. Is this not feasible due to platform constraints, or is it just something that hasn't been implemented yet?
The text was updated successfully, but these errors were encountered: