Jump to content

Internet Explorer support - July 2020


opd
 Share

Recommended Posts

Does any still bother with IE?

Using Pixi v5 and have it setup so that it detects support for WebGL and displays a 'browser not supported' message when not supported.  It should work fine on IE but for some other reason my project doesn't work and it doesn't even display an error in the console.  Really don't want to debug and figure out what's not working, so I'm tempted to just reject any IE browser. 

Does anyone else do this?

Looking at the stats, IE 11 is 1.5% of my visitors.

Also, if you don't bother with IE 11, do you go full ES6?

Link to comment
Share on other sites

  • 2 weeks later...

We're currently doing "ie mode" by putting 2d canvas on and game to low-end rendering mode ( limited effects, low quality assets etc). Before getting to play client gets a lot of warnings that you should change your browser as MS no longer supports IE and it's a bad idea securitywise to use it.

If some user has problems with IE, then no debugging is done for those, just a generic message that official support for IE has ended and you should change the browser.

Also not full ES6 as I'm using Haxe mostly. With typescript projects I use ES5/ES6/ESNext depending on the project and target audience.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

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