index 页面:
<!-- #ifdef APP-PLUS -->
<div class="statusBar" :style="{height:statusBarHeight+'wx',width:windowWidth+'wx',backgroundColor:'#ff706f'}"></div>
<!-- #endif -->
<web-view :src="weburl" :style="{height:(windowHeight-statusBarHeight)+'wx',width:windowWidth+'wx','marginTop':statusBarHeight+'wx'}"
@onPostMessage="handlePostMessage" ref="webview" />
<div class="refresh" @tap="refresh">
<text class="txt">刷新</text>
</div>
video 页面
<view>
<video src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" controls></video>
</view>
x***@outlook.com (作者)
嗯嗯,谢谢您的帮助,我试试您说的 plus.key.showSoftKeybord 方法看看
2020-06-08 19:35
x***@outlook.com (作者)
试了您的方法,弹起是弹起了,但是键盘的高度马上会0,直接收起键盘了,而且如果把这个事件放在 onLoad 的调用时,还会报错
这下我真的怀疑是Bug了
2020-06-08 20:00
DCMarvel
回复 x***@outlook.com: 用定时器包裹一下试试
2020-06-09 08:43
x***@outlook.com (作者)
回复 DCMarvel:
加了也没啥效果呢,也是弹出来不到1秒就收回去了
2020-06-09 11:10