opd Posted July 25, 2020 Share Posted July 25, 2020 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? Quote Link to comment Share on other sites More sharing options...
Exca Posted August 3, 2020 Share Posted August 3, 2020 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. Quote Link to comment Share on other sites More sharing options...
opd Posted August 3, 2020 Author Share Posted August 3, 2020 Thanks for the reply. In the end, I decided not to support IE at all. If anyone is interested, I check for window.document.documentMode and display a 'browser not supported' message. Quote Link to comment Share on other sites More sharing options...
orwin kael Posted November 18 Share Posted November 18 (edited) Many users who still rely on Internet Explorer often face compatibility issues with modern websites and tools. Most online platforms today are optimized for newer browsers, which means some features may not load properly on IE. For services like globe sim registration, using an updated browser is important to make sure pages display correctly and forms submit without errors. Switching to a more current browser not only improves security but also makes the whole process faster and easier. This helps users avoid glitches and complete their online tasks smoothly. Edited November 19 by orwin kael 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.