Bug 212941 - Support fullscreen without user activation on the same path in single-page app
Summary: Support fullscreen without user activation on the same path in single-page app
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: Safari 13
Hardware: Mac macOS 10.15
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-08 17:14 PDT by cxxu
Modified: 2020-06-08 17:14 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cxxu 2020-06-08 17:14:19 PDT
Our app is a single-page app using react. The user will click a button on "app/pathA", then we transition to "app/pathB" and enter fullscreen on a div element in "app/pathB". 
This works well on Chrome (win and macOS), however doesn't work on macOS Safari. We're able to fullscreen "app/pathA" but not "app/pathB".
Can Webkit team add support for this use case?