Skip to content

Ascend button hidden on android firefox and android chrome #6

@asl97

Description

@asl97

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();
    }
}

Source: https://github.com/asl97/Bingo-Spinner/blob/8a521277536135108e244064c877c211ecd1e14b/index.html#L867-L874

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions