0

excuse my English.

I have to make a mobile app on bubble.io ( whitout code) I've found a little plugin for Html so I have to put a link that opens the good navigation app for each device. Apple Plans ( for ios) and Google Maps ( other device) or eventually Waze and other GPS App's

I have tried this one but i'm not sure if this is the right way:

<a href="http://maps.apple.com/?q=lat,long" 
   href="https://goo.gl/maps/..." 
   target="_blank" rel="noopener"> link </a>
  

Is there a way to put a Javascript condition that displays the right link depending on the OS enter code here? I'm even not sure if this is possible on bubble.io. Or some other way

MrPatterns
  • 4,184
  • 27
  • 65
  • 85
srht
  • 3
  • 3

1 Answers1

1

Here's how you can open native map apps (iOS + Android):

This would open Apple Maps app on iOS but on other devices you will be asked to choose Google Maps.

shiramy
  • 789
  • 8
  • 13