标签:分享 事件监听 html url apt 无法 分享图片 detail time
z-index 为多少,都无法盖在原生组件上。
scroll-view、swiper、picker-view、movable-view 中使用。position: fixedoverflow: hidden 来裁剪原生组件的显示区域bind:eventname 的写法,只支持 bindeventname。原生组件也不支持 catch 和 capture 的事件绑定方式。意思是 video 是ios原生的组件 设置z-index是不行的
但是可以解决

官方为我们设置了 cover-view 这是个好东西
我解决的办法是
<video initial-time="1" src="{{urlconfigs.bp_video(projectDetailsData.video)}}">
<cover-view></cover-view>
</video>
把 <cover-view></cover-view> 放在video里面 就ok了
标签:分享 事件监听 html url apt 无法 分享图片 detail time
原文地址:https://www.cnblogs.com/BeautifulBoy/p/9715355.html