How to Disable Warning Alerts in IE 11

Hi all,

I’m trying to figure out how to disable the warning popups (browser compatibility and the web audio api warning popups) when a Unity build is ran on IE 11.

I’ve had a look in all the template files, but can’t seem to find any flags to turn them off.

Any help would be most appreciated.

you can custom the compatibilitycheck callback in index.html

// Customizing Compatibility Checks or Error handlers

Thanks Kou, sorted it out :slight_smile: