var IS_IOS =
window.navigator.userAgent.indexOf("CriOS") > -1 ||
window.navigator.userAgent == "UIWebViewForStaticFileContent";
document.write(IS_IOS ? "IOS" : "NOT IOS");
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.