Cross-browser implementation of navigator.msLaunchUri
Microsoft’s navigator.msLaunchUri method only works in Internet Explorer on Windows 8. Therefore I came up with a (nearly) cross-browser implementation that uses the native msLaunchUri
when it’s available and falls back to adventurous hacks when running in other browsers.
Description
launchUri (uri, successCallback, noHandlerCallback, unknownCallback)