【发布时间】:2016-01-15 06:38:19
【问题描述】:
我想从 cordova/phonegap 应用程序强制在 iOS 上的本机 iOS 日历应用程序上打开谷歌日历应用程序。我在互联网上进行了研究,但没有找到在 iOS 上打开谷歌日历应用程序的 url 方案。
我已经尝试过 cordova calendar(https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin) 插件,但它只打开原生 iOS 日历应用,没有任何选项可以打开谷歌日历。
App Availability(https://github.com/ohh2ahh/AppAvailability) 插件可以打开安装在 iOS 上的应用程序,它需要为我不知道的 iOS 应用程序注册 url 方案。我尝试传递谷歌日历应用程序的包标识符(com.google.calendar)而不是 url 方案,但它没有帮助。所以它只需要 url scheme。
谁能指导我如何在 iOS 上找到谷歌日历应用程序的 url 方案?
【问题讨论】:
标签: ios cordova google-calendar-api