如何生成打开 Apple Plan 或 Google Maps 的链接

Posted

技术标签:

【中文标题】如何生成打开 Apple Plan 或 Google Maps 的链接【英文标题】:how to generate a link that opens Apple Plan or 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上这是否可行。 或者其他方式

【问题讨论】:

【参考方案1】:

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

在气泡中的“设计”选项卡中,将“链接”元素添加到您的页面 将其设置为外部链接,并在“目标 URL”中输入 url http://maps.apple.com/?q=50.501234,-0.123456

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

【讨论】:

以上是关于如何生成打开 Apple Plan 或 Google Maps 的链接的主要内容,如果未能解决你的问题,请参考以下文章

Apple iOS推送证书配置和生成教程

oracle的Explain Plan如何阅读

timus 1982 Electrification Plan(最小生成树)

Bullet:ORACLE Using SQL Plan Management

PostgreSQL——查询优化——生成优化计划1

PostgreSQL——查询优化——生成优化计划1