手机: iphoneX
系统: iOS 11
详细: 随着camera组件的高度设置越高黑色margin区域越大,且可点击聚焦
同遇到,我的解决办法是判断iphonex后,把height继续调高到铺满屏幕,然后设置top为负值把黑边往上隐藏掉
<
camera
id
=
"camera"
device-position
"front"
flash
"off"
binderror
"error"
style
"width: 750rpx; height:600px"
></
>
空页面 在iPhoneX上直接看即可
请问有解决方案了嘛
我们也遇到了同样的问题
你好,请提供一下能复现问题的简单代码示例。