Hbuldx2.8.0,input框自动聚焦打开的键盘无法输入(App端),需要手动再次点击聚焦才可以正常输入(看附件视频)
- 发布:2020-07-08 14:29
- 更新:2020-07-22 13:52
- 阅读:929
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 2.8.0
手机系统: Android
手机系统版本号: Android 10
手机厂商: 华为
手机机型: 荣耀20
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
自动聚焦可以正常输入
自动聚焦可以正常输入
实际结果:
自动聚焦不能正常输入
自动聚焦不能正常输入
1***@qq.com (作者)
<template>
<view class="content">
<input value="" class="input" focus/>
</view>
</template>
<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {
},
methods: {
}
}
</script>
<style>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.input{
border: 2px solid #ccc;
border-radius: 30rpx;
}
</style>
1***@qq.com (作者)
2.8.0版本才会这样
2020-07-14 11:38
DCloud_Android_ST
回复 1***@qq.com: 下版修复
2020-07-15 14:32
1***@qq.com (作者)
回复 DCloud_Android_ST: 好的
2020-07-15 15:07