Project

General

Profile

Actions

Bug #447

closed

Entering or exiting split screen mode calls `onRestart()`.

Added by Anonymous almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Next Release
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

Actions #1

Updated by Soren Stoutner almost 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

Actions

Also available in: Atom PDF