This repository was archived by the owner on May 7, 2025. It is now read-only.
This repository was archived by the owner on May 7, 2025. It is now read-only.
Layout needs fix on switching device orientation #70
Open
Description
Hello,
I am facing a problem. Let me explain it in steps
- On portrait mode and a reader view is opened. I zoom out with a pinch gesture.
- Switch my device from portrait to landscape
- On landscape mode the content inside the webview shrinks and leaving the empty spaces of webview
Attached is the screenshot how it looks in landscape mode.
Goal: I actually want to do the page size to fit the screen, whenever it moves from portrait to landscape or landscape to portrait. Please let me know how and from where I can do this.
Thanks