phaser/src/dom
PizZaKatZe 9891223a81 Do not set pointer-events property on DOM elements container
Fixes #5594.

If I understand correctly, #5504 tried to achieve the property is left
at its default value. The fact that the DOM container also defines it
was probably overlooked. :-)
2021-03-21 20:08:32 +01:00
..
AddToDOM.js Fixed bug from issue #5191 2020-06-15 08:25:26 -07:00
CreateDOMContainer.js Do not set pointer-events property on DOM elements container 2021-03-21 20:08:32 +01:00
DOMContentLoaded.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetInnerHeight.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetScreenOrientation.js The Scale Managers GetScreenOrientation function will now check for window.orientation first, because iOS mobile browsers have an incomplete implementation of the Screen API, forcing us to use the window value as a priority. This means the Scale Manager will now emit orientationchange events correctly on iOS. Fix #4361 #4914 2020-09-11 15:22:53 +01:00
GetTarget.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Exposed on the main API namespace 2020-09-01 18:38:57 +01:00
ParseXML.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RemoveFromDOM.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RequestAnimationFrame.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00