<textarea style="width:90%;height:100px;border:1px solid #aaa;" placeholder='我没被挡住'></textarea>
<view style='width:100%;height:110px;position:fixed;top:0px;left:0;background:#fff;'></view>
<textarea style="width:90%;height:100px;margin-top:20px;border:1px solid #aaa;" placeholder='我被挡住'></textarea>
<cover-view style='width:100%;height:120px;position:fixed;top:120px;left:0;background:#fff;'></cover-view>
开发工具上的效果:
真机上的效果:
<cover-view/> 内只能嵌套 <cover-view/> <cover-image/> <button/> <navigator/> <ad/>,view、text、input、textarea等等标签的子节点树在真机上都会被忽略。