如何使用Appcelerator在iOS上使用iBooks打开PDF?

时间:2016-07-30 13:26:01

标签: ios appcelerator ibooks

我正在尝试使用ibooks在我的应用程序中打开pdf,但我找不到任何解决方案。我正在使用Appcelerator。请与我分享代码。

1 个答案:

答案 0 :(得分:1)

您可以使用DocumentViewear(http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.iOS.DocumentViewer) 或Webview来显示PDF。 在DocumentViewer中打开PDF后,用户可以决定 使用操作按钮在他想要的阅读器中打开PDF。

要打开其他应用,您必须使用网址方案 (http://wiki.akosma.com/IPhone_URL_Schemes#iBooks):

Titanium.Platform.openURL('ibooks://');