diff --git a/js/mobile-style.js b/js/mobile-style.js index 4c50d0e0..9a171da9 100644 --- a/js/mobile-style.js +++ b/js/mobile-style.js @@ -1,5 +1,5 @@ onready(function(){ - if(navigator.userAgent.match(/iPhone|iPod|iPad|Android|Opera Mini|Blackberry|PlayBook/i)) { + if(navigator.userAgent.match(/iPhone|iPod|iPad|Android|Opera Mini|Blackberry|PlayBook|Windows Phone|Tablet PC|Windows CE|IEMobile/i)) { $('html').addClass("mobile-style"); } else {