【发布时间】:2016-08-10 07:16:17
【问题描述】:
我在一个页面中有多个视频。当我在 ionic 框架中播放视频时,我想暂停所有其他视频。
我不仅使用你的视频,还使用其他来源的视频。
我的html页面的一部分
<ion-list>
<div class="card">
<ion-item ng-repeat="module in co.Modules">
{{module.name}}
<div class="video-container">
<iframe allowscriptaccess="always" ng-src="{{module.link}}" frameborder="0" allowfullscreen></iframe>
</div>
</ion-item>
</div>
<div class="col text-center">
<button class="button button-large button-positive" ng-click="vm.onclick(co.course_name)" >
Take Assesment
</button>
</div>
</ion-list>
【问题讨论】:
-
查看此链接以获取帮助jsfiddle.net/Lz3vkwmw/1
-
请给我一些使用 iframe 标签的代码。@Anuj Gupta
-
请给我一些使用 iframe tag@Anuj 的代码
标签: javascript android angularjs video ionic-framework