Lines Matching refs:navigator

4304             window.navigator &&
4305 (window.navigator.standalone || window.cordova))) {
5059 var canEvaluate = typeof navigator == "undefined";
6333 …var isQt = (navigator.userAgent.match(/AppleWebKit/) !== null && navigator.userAgent.match(/Qt/) !…
7122 }else if(window.navigator.pointerEnabled){
7133 }else if (window.navigator.msPointerEnabled){
16922 if (navigator.vibrate)
16923 navigator.vibrate(gantt.config.touch_feedback_duration);
16930 ((navigator.userAgent.indexOf("Mobile") != -1) ||
16931 (navigator.userAgent.indexOf("iPad") != -1) ||
16932 (navigator.userAgent.indexOf("Android") != -1) ||
16933 (navigator.userAgent.indexOf("Touch") != -1));
16960 } else if (window.navigator.pointerEnabled) {
16967 } else if (window.navigator.msPointerEnabled) {
24927 if(window.navigator.userAgent.indexOf("MSIE 8.0") != -1){
29477 isIE: (navigator.userAgent.indexOf("MSIE") >= 0 || navigator.userAgent.indexOf("Trident") >= 0),
29478 isIE6: (!window.XMLHttpRequest && navigator.userAgent.indexOf("MSIE") >= 0),
29479 …isIE7: (navigator.userAgent.indexOf("MSIE 7.0") >= 0 && navigator.userAgent.indexOf("Trident") < 0…
29480 …isIE8: (navigator.userAgent.indexOf("MSIE 8.0") >= 0 && navigator.userAgent.indexOf("Trident") >= …
29481 isOpera: (navigator.userAgent.indexOf("Opera") >= 0),
29482 isChrome: (navigator.userAgent.indexOf("Chrome") >= 0),
29483 …isKHTML: (navigator.userAgent.indexOf("Safari") >= 0 || navigator.userAgent.indexOf("Konqueror") >…
29484 isFF: (navigator.userAgent.indexOf("Firefox") >= 0),
29485 isIPad: (navigator.userAgent.search(/iPad/gi) >= 0),
29486 isEdge: (navigator.userAgent.indexOf("Edge")!=-1)