I'm not sure what has changed, but I used to be able to open a Streetview with:
I have
in the attributes and I can open Streetview but I just get a black screen with a never ending progressview. Its the same if I change the coordinates.
Any ideas?
B4X:
Dim URL As String = "comgooglemaps://?center=46.414382,10.013988&mapmode=streetview"
App.OpenURL(URL)
I have
B4X:
#QueriesSchemes: comgooglemaps
Any ideas?