Explorar el Código

Fixed Geolocation Issue on iPhones (Safari)

master
Flo Smilari hace 3 años
padre
commit
431ba59f44
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2
    3
      wwwroot/index.html

+ 2
- 3
wwwroot/index.html Ver fichero

@@ -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() {

Cargando…
Cancelar
Guardar