0

我正在使用 Adapt Learning 来创建响应式电子学习课程。我下载了课程代码(HTML5、less、CSS、JavaScript)并使用PhoneGap Build(cli 6.5.0)将其打包到一个移动应用程序中。现在我想打开附加的 PDF 文件。代码已生成,我不想更改它,因为它对即将到来的项目有更高的效率。我已经创建了我的 config.xml,我在其中尝试了这个:

<feature name="http://api.phonegap.com/1.0/file"/>

生成的代码:

<button class="base resources-item-open drawer-item-open" data-href="course/en/assets/bec3d79837937eab7f5937b3beb9d66bb0b89943.PDF" tabindex="0" role="button" aria-label="Documents. . Training Solutions. ">
    <div class="drawer-item-title">
        <div class="drawer-item-title-inner h5">Training Solutions</div>
    </div>
    <div class="drawer-item-description">
        <div class="drawer-item-description-inner"></div>
    </div>
</button>   

我需要一个适用于 iOS 和 Android 的解决方案。

4

1 回答 1

0

我想你会在这里得到更快的答案:https ://community.adaptlearning.org/mod/forum/view.php?id=4

于 2017-03-07T13:59:23.173 回答