
com.googlecode.mgwt.dom.DOM.gwt.xml Maven / Gradle / Ivy
= 2) {
return "ipad_retina";
}
return "ipad";
}
if(ua.indexOf('iphone') != -1 || ua.indexOf('ipod') != -1) {
if(window.devicePixelRatio >= 2) {
return "retina";
}
return "iphone";
}
if(ua.indexOf('blackberry') != -1) {
return "blackberry";
}
return "desktop";
})();
return mgwt_os;
}
]]>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy