From a PWA (for now) I need to use the native iOS map app to get directions to a customer. I’m aware of a YouTube video showing how to achieve similar with Google Maps, but this MUST be achieved with the native iOS map app.
On my UI element, I have an action that (from playing around) semi works, but it does not pass the address. When the element is clicked/pressed it does open the native map app, but it doesn’t navigate. No address is passed.
Thanks, but that is the YouTube video I was referring to in my post. Initially, it was a huge help to get SMS/Phone shortcuts working. But, when it comes to navigation/maps the video only uses Google maps. And this solution won’t work for me.
I know its possible as our existing PWA app developed in another platform provides map navigation with the native iOS app.
I have found a working solution. While it’s not perfect, it does what I need.
This is what I’ve used. It does open the iOS native map app and plot a path to the destination as I need.
The downside, when I switch back to my app there is a blank window, I have to click/press Done to close it. This appears to be a Safari browser window.
After I click/press Done, my app is back on the screen I last used.
Interestingly, when I use the same solution on a competitive app, I do not get this blank browser window appearing.
I thought native map navigation would have been a simple component/feature already built into Adalo. Just like playing a sound in a Click Action - but that’s a task for another ticket
EDIT for clarity.
I found the solution on the Apple Developer documentation. Map Links
That is how I got my (above) solution working, with the Apple Developer documentation. The only downside is the blank Safari page that Adalo displays when I return to my app.