if (window.__IE_DEVTOOLBAR_CONSOLE_COMMAND_LINE) {
// In IE 10 Standard UI
}
else {
// In IE 10 Metro UI
}
How to detect if metro UI of IE 10?
Reply
if (window.__IE_DEVTOOLBAR_CONSOLE_COMMAND_LINE) {
// In IE 10 Standard UI
}
else {
// In IE 10 Metro UI
}