You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {boolean} [forceMinimumDocumentHeight=false] - If enabled the document elements minimum height is explicity set on updates.
443
443
*
444
444
* @property {boolean} [canExpandParent=true] - If enabled then SHOW_ALL and USER_SCALE modes can try and expand the parent element. It may be necessary for the parent element to impose CSS width/height restrictions.
445
+
*
446
+
* @property {string} [clickTrampoline=(auto)] - On certain browsers (eg. IE) FullScreen events need to be triggered via 'click' events.
447
+
* A value of 'when-not-mouse' uses a click trampoline when a pointer that is not the primary mouse is used.
448
+
* Any other string value (including the empty string) prevents using click trampolines.
449
+
* For more details on click trampolines see {@link Phaser.Pointer#addClickTrampoline}.
0 commit comments