EverTranslator
EverTranslator copied to clipboard
Menu button, edit ocr or web browser shows system bars in immersive mode (full screen mode)
If the app in immersive mode (full screen mode) system bar shouldn't be seen after the menu button clicked, edit ocr or web browser
Video:
https://github.com/firemaples/EverTranslator/assets/7046347/71783b2b-d79f-4356-a6bc-2061e9d261af
In the video I used this website to start Fullscreen mode: https://davidwalsh.name/demo/fullscreen.php
I can try to fix the menu bar one by replacing the system one with a customized one as the version before compose refactoring. But edit mode and web browser is not fixable since requesting focus shows the system bars, but the keyboard can only be displayed while requesting focus ๐ค
I can try to fix the menu bar one by replacing the system one with a customized one as the version before compose refactoring. But edit mode and web browser is not fixable since requesting focus shows the system bars, but the keyboard can only be displayed while requesting focus ๐ค
That's great ๐
Sorry this is not related to this issue๐ Could we use this with edit OCR?
https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility#ShowOnStart
I can try to fix the menu bar one by replacing the system one with a customized one as the version before compose refactoring. But edit mode and web browser is not fixable since requesting focus shows the system bars, but the keyboard can only be displayed while requesting focus ๐ค
That's great ๐
Sorry this is not related to this issue๐ Could we use this with edit OCR?
https://developer.android.com/develop/ui/views/touch-and-input/keyboard-input/visibility#ShowOnStart
Looks no, it's used on activity