使用自定义url打开指定视图

发布于 2025-01-01 12:19:06 字数 138 浏览 1 评论 0原文

我有一个企业应用程序,正在开发第二个应用程序以与第一个应用程序结合使用。第二个是阅读器应用程序,用于保存大量 pdf 文档供用户查看。他们可以使用自定义 URL 从一开始就访问阅读器应用程序。我希望阅读器应用程序根据第一个应用程序中使用的视图打开。我该怎么做呢?

I have one enterprise application and am working on a second to couple with the first. The second is a reader application to hold numerous pdf documents for the user to review. They can access the reader app from the first using custom url. I want the reader application to open based on the view the use is on in the first application. How would I go about doing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

站稳脚跟 2025-01-08 12:19:06

看,
在index.html上
例如

<a href="https://m.facebook.com/" target="_blank" ><img src="imag/facebook.png" width="50" height="50" alt="fb"></a>

Cordova.plist 上的

外部链接

UIWebViewBounce

OpenAllWhitelisURLsInWebWiew

外部主机
*.facebook.com

好的!! :)

look,
On the index.html
e.g. for an external link

<a href="https://m.facebook.com/" target="_blank" ><img src="imag/facebook.png" width="50" height="50" alt="fb"></a>

on the Cordova.plist

UIWebViewBounce YES

OpenAllWhitelisURLsInWebWiew NO

ExternalHosts
*.facebook.com

OK!! :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文