【问题标题】:how to generate a link that opens Apple Plan or Google Maps如何生成打开 Apple Plan 或 Google Maps 的链接
【发布时间】:2020-10-20 10:46:36
【问题描述】:

请原谅我的英语。

我必须在bubble.io 上制作一个移动应用程序(whitout 代码) 我找到了一个用于Html 的小插件,所以我必须放置一个链接,为每个设备打开一个好的导航应用程序。 Apple Plans(适用于 ios)和 Google Maps(其他设备)或最终 Waze 和其他 GPS 应用程序

我试过这个,但我不确定这是否是正确的方法:

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

有没有办法根据操作系统enter code here 设置显示正确链接的Javascript 条件?我什至不确定在bubble.io上这是否可行。 或者其他方式

【问题讨论】:

    标签: android ios hyperlink bubble.io


    【解决方案1】:

    以下是打开本地地图应用程序(iOS + Android)的方法:

    这将在 iOS 上打开 Apple 地图应用,但在其他设备上会要求您选择 Google 地图。

    【讨论】:

      猜你喜欢
      • 2012-12-05
      • 2021-02-04
      • 1970-01-01
      • 1970-01-01
      • 2018-07-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多