iOS Question Open Streetview

MikeH

Well-Known Member
Licensed User
Longtime User
I'm not sure what has changed, but I used to be able to open a Streetview with:
B4X:
Dim URL As String = "comgooglemaps://?center=46.414382,10.013988&mapmode=streetview"
App.OpenURL(URL)

I have
B4X:
#QueriesSchemes: comgooglemaps
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?
 

MikeH

Well-Known Member
Licensed User
Longtime User
Upvote 0

MikeH

Well-Known Member
Licensed User
Longtime User
I'm downloading the image and making my own streetview instead. Gives me much more potential
 
Upvote 0
Top