Actions
Bug #447
closedEntering or exiting split screen mode calls `onRestart()`.
Start date:
05/20/2019
Due date:
% Done:
0%
Estimated time:
Description
Switching to side by side (or leaving that mode) reloads the tab. This may be minor for non-js pages, but I also had this happen for a js game so the entire thing was abruptly ended which was rather inconvenient. I use side by side a lot to chat with people while I work (in this case I actually intended to give feedback on this very js game while testing it) so it would be cool if this could be handled properly. Mozilla firefox for android for example doesn't do this
Updated by Soren Stoutner over 5 years ago
- Subject changed from Switching to side by side (or leaving that mode) reloads tab to Entering or exiting split screen mode calls `onRestart()`.
- Assignee set to Soren Stoutner
- Priority changed from 3.x to Next Release
It turns out this is the default behavior unless the app exempts `screenLayout` config changes.
https://developer.android.com/guide/topics/manifest/activity-element
Updated by Soren Stoutner over 5 years ago
- Status changed from New to Closed
Actions