Bug #632
openBookmark menu size in portrait and landscape
0%
Description
I don't know if this is a bug or normal behaviour.
If I start PB from portrait mode, the bookmarks take up quite a lot of space. If I now shift to landscape mode, it still use most of the screen. If I start PB from landscape mode, it use normal space, and shifting to portrait mode is also okay.
Files
Updated by Soren Stoutner about 4 years ago
- Assignee set to Soren Stoutner
This is a bug caused by Android's lifecycle design. Specifically, the device orientation is only calculated when the app is started. Android normally wants you to restart the app every time the device is rotated, which recalculates this value, but doing so loses information, like anything you have typed into a form on a website. Hence, Privacy Browser is set not to restart when rotated.
This is the same bug as described at https://redmine.stoutner.com/issues/56.