需求:
弄一个类似大头照的功能:
index.wxml
< camera device-position = "front" flash = "off" binderror = "error" style = "width:{{width}};height:{{height}};position:fixed;left:0;top:0;" > < cover-view style = "width:{{width}};height:{{height}};position:fixed;left:0;top:0;z-index:99999;" > < cover-image class = "img" src = "http://download.588ku.com/element_origin_pic/16/11/22/dfd14557cb2a66b9420d42e243859f4a.png?_upd=true&key=eb6eef70cd1cec3ad5f7206830578848&t=1510299919" style = "width:{{width}};height:{{height}};position:fixed;left:0;top:0;" /> </ cover-view > </ camera > < button type = "primary" bindtap = "takePhoto" style = "position:fixed;bottom:0px;left:0px;width:100%;" >拍照</ button > |
结果在开发者工具显示正常,cover-image可以叠加在最上面,但是真机测试的时候却是camera在最上面...
cover-image暂不支持mode
文档我们会更正一下,谢谢反馈
图片资源服务是否限制了referer防盗链
是什么机型和系统
<camera style="width: 100%; height: 200px"><cover-view>test</cover-view></camera>
麻烦试下简单的case能否显示
camera组件中的flash属性有三个值,其中的auto的意思是什么?意思是需要的时候自动打开,不需要的时候不会打开码??
referer防盗链关了,
但是现在总结了下遇到问题如下:
1、cover-image和image标签如何能确保位置大小一样?image因为有个mode,而cover-image里没有这个功能。
2、文档介绍那里应该写错了吧?
IOS11 IPHONE 6P
最恐怖的是开调试模式时候vconsole也被遮挡了.....