使用自定义url打开指定视图
我有一个企业应用程序,正在开发第二个应用程序以与第一个应用程序结合使用。第二个是阅读器应用程序,用于保存大量 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看,
在index.html上
例如
Cordova.plist 上的
好的!! :)
look,
On the index.html
e.g. for an external link
on the Cordova.plist
OK!! :)