首页 > 解决方案 > 在 ios cordova 的 InAppBrowser 中从 html 页面重定向到 iTunes

问题描述

我们无法从 ios cordova 中的 InAppBrowser 从一个 html 页面重定向到 iTunes。我们使用以下逻辑从 html 页面重定向到 iTunes:

1) window.open("itunes url","_system");
2) window.open("itunes url","_blank");
3) window.location = "itunes url";

我们可以使用window.location导航到android中的play store。请为此问题提出适当的解决方案。

PS:iTunes url 在应用商店中有我们应用的位置。

标签: htmlioscordovaredirectinappbrowser

解决方案


推荐阅读