VOLThor6 Posted July 7, 2019 Share Posted July 7, 2019 Are the example on github updated with the latest release? I'm trying to watch melon.js in action through internet explorer 11 on a Windows phone 8.1 but all I see is a black screen. What might be happening? Is is compatible or not? Quote Link to comment Share on other sites More sharing options...
obiot Posted July 9, 2019 Share Posted July 9, 2019 Hi, we stopped actively supporting both IE11 and windows phone since a couple of major versions now. IE11 never provided a proper support (was missing basic thing like Object.assign() and others) and was replaced by EDGE (that is a much better browser), and windows phone are just a thing of the past..... However if you do want/need to support, all you need is to load a ES5/ES6 polypill before melonJS, that should do it. this said, I don't remember if in IE11 they support the standardised Pointer API or still the MS Prefixed one (that we also removed in melonJS). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.