cover-view + cover-image 覆盖 camear组件问题?
在开发工具上效果是
这样的,在IOS真机上测试时候有时就变成这样,
<camera device-position="front" flash="off" binderror="error" style="width:{{windowWidth}}px;height:{{windowWidth}}px;">
<cover-view style="position:absolute">
<cover-image src='../../image/cover.png' style="width:{{windowWidth}}px;height:{{windowWidth}}px"></cover-image>
</cover-view>
</camera>
