提交 52e3d408 编写于 作者: DCloud-yyl's avatar DCloud-yyl

修复自定义导航栏页面在Android平台切换scroll-view和list-view导致底部input获取焦点后被遮挡的问题(临时解决方案,Android...

修复自定义导航栏页面在Android平台切换scroll-view和list-view导致底部input获取焦点后被遮挡的问题(临时解决方案,Android平台需优化v-if解决导致view顺序不正确的Bug)

(cherry picked from commit 04928d1e)
上级 0e7f75ec
......@@ -35,8 +35,8 @@
</view>
</list-item>
</list-view>
<web-view v-if="indexView==2" src="/hybrid/html/local.html" id="webv" style="height:380px"></web-view>
<view style="position:relative;background-color:white;" :style="{bottom: inputBottom}">
<web-view v-if="indexView==2" src="/hybrid/html/local.html" id="webv" class="scroll-view"></web-view>
<view style="position:relative;background-color:white;z-index:1000;" :style="{bottom: inputBottom}">
<input placeholder="滚动视图外的居底输入框,不上推,手动控制输入框top" adjust-position="false" @blur="onInputBlur" @keyboardheightchange="onInputKeyboardChange" />
</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册