Sfoglia il codice sorgente

Fixed iOS Google map navigation issue

vbea 1 anno fa
parent
commit
c848a0af60
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      Strides-APP/app/utils/utils.js

+ 3 - 1
Strides-APP/app/utils/utils.js

@@ -33,7 +33,9 @@ export default {
       showLocation({
         latitude: lat,
         longitude: lng,
-        title: address
+        title: address,
+        dialogMessage: "",
+        googleForceLatLon: true
       }).catch(erros => {
         console.warn("directMaps", erros);
       });