parent
2a4230801e
commit
b69e5bced5
@ -42,10 +42,12 @@ Config.Navigator = {
|
|||||||
(navigator.userAgent || '').toLowerCase().indexOf('mac') != -1,
|
(navigator.userAgent || '').toLowerCase().indexOf('mac') != -1,
|
||||||
retina: window.devicePixelRatio > 1,
|
retina: window.devicePixelRatio > 1,
|
||||||
ffos: navigator.userAgent.search(/mobi.+Gecko/i) != -1,
|
ffos: navigator.userAgent.search(/mobi.+Gecko/i) != -1,
|
||||||
touch: screen.width <= 768,
|
touch: true,//screen.width <= 768 || ('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch,
|
||||||
mobile: screen.width && screen.width < 480 || navigator.userAgent.search(/iOS|iPhone OS|Android|BlackBerry|BB10|Series ?[64]0|J2ME|MIDP|opera mini|opera mobi|mobi.+Gecko|Windows Phone/i) != -1
|
mobile: screen.width && screen.width < 480 || navigator.userAgent.search(/iOS|iPhone OS|Android|BlackBerry|BB10|Series ?[64]0|J2ME|MIDP|opera mini|opera mobi|mobi.+Gecko|Windows Phone/i) != -1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Touch detect: https://github.com/Modernizr/Modernizr/blob/master/feature-detects/touchevents.js
|
||||||
|
|
||||||
Config.I18n = {
|
Config.I18n = {
|
||||||
locale: 'en-us',
|
locale: 'en-us',
|
||||||
supported: [
|
supported: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user