Phonegap Android 链接 - 下载链接
我们构建了一个 Phonegap/Android 应用程序,它使用 iframe 处理付款并提供 mp3 的下载链接 - 一切正常 - 直到您单击下载但没有任何反应!
应用程序内的 iframe 下载权限是否存在问题?有谁有任何想法如何解决?
谢谢 保罗
We have built a Phonegap/Android app which uses an iframe to process payments and provide a download link for a mp3 - all works fine - until you click to download and nothing happens!
Is there issues with iframe download permissions within an app? Does anyone have any ideas how to solve?
Thanks
Paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两种可能的解决方案:
可以打开与您的 WebView 的链接。
或者在 iFrame 中使用 jQuery(假设 iFrame 中只有 1 个链接),这将在应用程序外部打开链接:
Two possible solutions:
which could open the link with your WebView.
or inside your iFrame with jQuery (provided there is only 1 link in the iFrame) which will open the link outside of the application: