Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created August 24, 2018 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carmoreira/895301e19956a44bfccd7267805a1bc6 to your computer and use it in GitHub Desktop.
Save carmoreira/895301e19956a44bfccd7267805a1bc6 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function(){
var isMobile = window.matchMedia("only screen and (max-width: 760px)");
if (isMobile.matches && navigator.userAgent.match(/(iPod|iPhone|iPad)/)) {
iwmparam[0]['usehtml'] = 0;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment