Ciao a tutti,
sto cercando di sviluppare una app che ha al suo interno una webview con questo liink:
https://www.google.com/maps/dir//43.0215634,13.1807208/@43.0253307,13.1749065,17z/data=!3m1!4b1
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
End Sub
Sub Globals
Dim myw As WebView
End Sub
Sub Activity_Create(FirstTime As Boolean)
myw.Initialize("myw")
myw.LoadUrl("https://www.google.com/maps/dir//43.0215634,13.1807208/@43.0253307,13.1749065,17z/data=!3m1!4b1")
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
Purtroppo non funziona il GPS
L'errore è questo:
Google Maps non è riuscito a determinare la tua esatta posizione.
Da quello che ho capito. l' oggetto webview non ha l'autorizazione ad usare google maps
Qualcuno puo' aiutarmi?
Grazie
sto cercando di sviluppare una app che ha al suo interno una webview con questo liink:
https://www.google.com/maps/dir//43.0215634,13.1807208/@43.0253307,13.1749065,17z/data=!3m1!4b1
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
End Sub
Sub Globals
Dim myw As WebView
End Sub
Sub Activity_Create(FirstTime As Boolean)
myw.Initialize("myw")
myw.LoadUrl("https://www.google.com/maps/dir//43.0215634,13.1807208/@43.0253307,13.1749065,17z/data=!3m1!4b1")
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
Purtroppo non funziona il GPS
L'errore è questo:
Google Maps non è riuscito a determinare la tua esatta posizione.
Da quello che ho capito. l' oggetto webview non ha l'autorizazione ad usare google maps
Qualcuno puo' aiutarmi?
Grazie