Jump to content

Warning: Navigator.pointerEnabled depricated


s4m_ur4i
 Share

Recommended Posts

Already fixed in dev branch. And yes, it's just a warning, so although annoying it doesn't actually 'break' anything. If you want to patch it locally, because it's annoying, then just edit the Device.js file, find the pointerEnabled test in the _checkInput function and change it to this:

        if (window.PointerEvent || window.MSPointerEvent || window.navigator.msPointerEnabled || window.navigator.pointerEnabled)
        {
            device.mspointer = true;
        }

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...