—
Been there, seen that...
shift or Objective-C examples are not much of help...
best so far i got this:
browser execute javascript | "window.open('https://www.google.com/maps/search/?api=1&query=pizza', '_self', 'fullscreen=no');"
but i get map in browser and not an actual app
iw seen this on stack:
window.open("geo:0,0?q=pizza" , '_system');
but its not working... (or atleest i cant make it work)