使用phonegap和jquery mobile打开SD卡上的html文件
我有一些 HTML 文件,用户可以在运行时下载到 SD 卡。现在我想在我的应用程序中创建一个链接来打开这些文件。问题是,我不知道应该在链接标签的 href 属性中编写什么来打开 sdcard 上的 HTML 文件,
有人可以帮助我吗?
i have some HTML files that users can download in runtime to sdcard. Now i want to create a link in my app to open those files. The problem is, i do not know what i should write in href property of the link tags to open the HTML files on sdcard
can anyone help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的 Blackberry 应用程序项目的 congif.xml 文件中,找到以下
几行:
该配置正在授予对这些 URI/资源的访问权限,我认为您可以使用它。
我不知道这个 URI 在其他平台上会如何,但这是开始测试的好时机,
祝你好运!
In the congif.xml file from my Blackberry app project locate on:
there are this lines:
That config is granting access to those URI/resources, i think you can play around with that.
I have no idea how will be this URI on other plataforms, but is a good point to start the testing,
Good Luck!