Skip to content

Full screen on click #8

Open
Open
@hershko

Description

@hershko

The game goes full screen when I first click on the canvas.

For now I stopped this behaviour by adding a Fullscreen.jslib to the project with this code:

var LibraryFullscreen = {
    JS_SystemInfo_HasFullscreen: function()
    {
        return 0;
    }
};
mergeInto(LibraryManager.library, LibraryFullscreen);

I'm on the latest version of Chrome, if it matters (looks like it doesn't happen on Firefox).
Thanks for the help :)

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