plateaukao / einkbro

A small, fast web browser based on Android WebView. It's tailored for E-Ink devices but also works great on normal android devices.
https://einkbro.github.io/overview.html
Other
1.21k stars 86 forks source link

Screen Rotation and UI #196

Closed noobww closed 1 year ago

noobww commented 1 year ago

Sreen rotation between portrait and landscape causes abnormal touch-to-pagedown/up area height.

noobww commented 1 year ago

![Uploading Screenshot_20221227-220329.png…]()

Cwpute commented 1 year ago

I have the same problem. In my case it happens specifically when i push the fullscreen button on a video and turn my smartphone to its side for convenience. When i get out of fullscreen, a bar will have appeared on either side of the phone, permanently there umtel i start the app again.

Here is a first picture. I went fullscreen, turned the phone to its side, immediately turned it back to portrait, then exited the fullscreen: Screenshot_20221230-230010

Then i got back to fullscreen, turn the phone on its side, the exited fullscreen in landscape mode. I got gifted with a second bar ! Screenshot_20221230-231048 I don't know how the bar chooses to appear up or down, but it never appears sideways. As you can see, these bars cun be added onto each other.

I'm on Android 11, using a Nokia TA-1157.

Cwpute commented 1 year ago

I should also add that this has been happening since several months, not just from lart update. Can't date back the first time it happened though.

plateaukao commented 1 year ago

@Cwpute looks like it’s related to system navigation bar show/hide logic. I’ll look into it.