We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0225f5 commit 607fb6fCopy full SHA for 607fb6f
1 file changed
src/scale/ScaleManager.js
@@ -1164,7 +1164,7 @@ var ScaleManager = new Class({
1164
*
1165
* If the browser does not support this, a `FULLSCREEN_UNSUPPORTED` event will be emitted.
1166
1167
- * This method _must_ be called from a user-input gesture, such as `pointerup`. You cannot launch
+ * This method _must_ be called from a `pointerup` user-input gesture (**not** `pointerdown`). You cannot launch
1168
* games fullscreen without this, as most browsers block it. Games within an iframe will also be blocked
1169
* from fullscreen unless the iframe has the `allowfullscreen` attribute.
1170
0 commit comments