-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Ascend button hidden on android firefox and android chrome.
I would assume providing a full screen button, such as in the settings should workaround this issue.
something like:
let fullscreen_button = document.getElementById('fullscreen');
fullscreen_button.onclick = function(){
if (document.fullscreenElement) {
document.exitFullscreen();
} else {
document.documentElement.requestFullscreen();
}
}Currently, the user must already know the button exists on the bottom left corner and know how to get the url bar to hide itself before being able to press the button and proceed.
Screenrecorder-2024-02-24-09-44-37-471.mp4
Metadata
Metadata
Assignees
Labels
No labels