Right clicking during a game brings up context menu in a lot of browsers which interrupts the user flow, if you add:
oncontextmenu="return false;"
to the canvas element it should prevent this, proposing this as a default setting for all exports.
Develop games in your browser. Powerful, performant & highly capable.
Ah, thanks, nice snippet. Added to next build.