苹果xr input输入框输入时 内容在最顶层

发布于 7 年前作者 xiuying494655 次浏览最后编辑 7 年前来自 ask

苹果xr,input输入框输入时,输入的内容在最顶层,设置 z-index 也无效。其他手机未发现这类问题。

1 回复
xiuying41
xiuying411 楼5 年前

input是原生组件。原生组件的层级是最高的,所以页面中的其他组件无论设置 z-index 为多少,都无法盖在原生组件上。https://developers.weixin.qq.com/miniprogram/dev/component/native-component.html