firemaples / EverTranslator

Translate text anytime and everywhere, even you are gaming!
https://play.google.com/store/apps/details?id=tw.firemaples.onscreenocr
GNU General Public License v3.0
139 stars 25 forks source link

Menu button, edit ocr or web browser shows system bars in immersive mode (full screen mode) #452

Closed uomar8 closed 5 months ago

uomar8 commented 6 months ago

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

IMG_20240407_083618 Screenshot_20240407_084230_com android chrome Screenshot_20240407_084240_com android chrome

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

firemaples commented 6 months ago

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 ๐Ÿค”

uomar8 commented 5 months ago

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

firemaples commented 5 months ago

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