html5标记视频下载按钮在应用中不起作用

时间:2019-06-26 05:06:11

标签: html ember.js

在ember-cordova移动应用中,html5视频标记中的下载按钮不起作用。

我已经在Web和chrome上对它进行了测试,并且运行良好。它只是不下载应用程序。有关如何解决此问题的任何想法?

我尝试添加存储权限WRITE_EXTERNAL_STORAGE,但它也无法正常工作。

这是下面的代码。

<video id={{item.id}} class="social-video" {{action goToDiscuss item.id}} poster={{convert-url item.post_image}}>
<source src={{convert-url item.post_image.web_url}} type="video/mp4">
</video>

1 个答案:

答案 0 :(得分:0)

因为我有足够的声誉,所以我无法添加评论。您只需要在外部或内部存储器上添加写权限,即可下载视频。添加插件存储并在下载视频时获得运行时权限。