Fix keyboard focus lock-out with HTML5 canvas in iframe

(cherry picked from commit 9080e96bc8)
This commit is contained in:
Leon Krause
2018-05-09 15:57:10 +02:00
committed by Hein-Pieter van Braam
parent 10c12b37ec
commit 868c44b239
3 changed files with 10 additions and 6 deletions

View File

@@ -195,7 +195,7 @@ $GODOT_HEAD_INCLUDE
</head>
<body>
<div id="container">
<canvas id="canvas" oncontextmenu="event.preventDefault();" width="640" height="480">
<canvas id="canvas" width="640" height="480">
HTML5 canvas appears to be unsupported in the current browser.<br />
Please try updating or use a different browser.
</canvas>