EverTranslator icon indicating copy to clipboard operation
EverTranslator copied to clipboard

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

Open uomar8 opened this issue 10 months ago โ€ข 2 comments

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

uomar8 avatar Apr 07 '24 05:04 uomar8

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

firemaples avatar Apr 07 '24 07:04 firemaples

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

uomar8 avatar Apr 07 '24 21:04 uomar8

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

firemaples avatar Apr 08 '24 14:04 firemaples