Browse Source

Fixed Geolocation Issue on iPhones (Safari)

master
Flo Smilari 3 years ago
parent
commit
431ba59f44
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      wwwroot/index.html

+ 2
- 3
wwwroot/index.html View File

@@ -242,9 +242,8 @@
}
function isSafari() {
//var is_safari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
//return is_safari;
return true;
var is_safari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
return is_safari;
}
function isIOS() {

Loading…
Cancel
Save