Open hcxmj opened 1 year ago
快手小程序
使用框架: React
input框所在区域包含父容器通过position: fixed定位在屏幕上方,键盘收起时光标会随着下滑
光标不会脱离input区域
光标会随着键盘收起漂移
👽 Taro v3.5.11 Taro CLI 3.5.11 environment info: System: OS: macOS 13.4 Shell: 5.9 - /bin/zsh Binaries: Node: 16.16.0 - ~/.nvm/versions/node/v16.16.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v16.16.0/bin/yarn npm: 8.11.0 - ~/.nvm/versions/node/v16.16.0/bin/npm npmPackages: @tarojs/cli: ^3.6.7 => 3.6.7 @tarojs/components: ^3.6.7 => 3.6.7 @tarojs/helper: ^3.6.7 => 3.6.7 @tarojs/mini-runner: ^3.6.7 => 3.6.7 @tarojs/plugin-framework-react: ^3.6.7 => 3.6.7 @tarojs/plugin-platform-alipay: ^3.6.7 => 3.6.7 @tarojs/plugin-platform-jd: ^3.6.7 => 3.6.7 @tarojs/plugin-platform-qq: ^3.6.7 => 3.6.7 @tarojs/plugin-platform-swan: ^3.6.7 => 3.6.7 @tarojs/plugin-platform-tt: ^3.6.7 => 3.6.7 @tarojs/plugin-platform-weapp: ^3.6.7 => 3.6.7 @tarojs/react: ^3.6.7 => 3.6.7 @tarojs/router: ^3.6.7 => 3.6.7 @tarojs/runtime: ^3.6.7 => 3.6.7 @tarojs/shared: ^3.6.7 => 3.6.7 @tarojs/taro: ^3.6.7 => 3.6.7 @tarojs/taro-h5: ^3.6.7 => 3.6.7 @tarojs/webpack5-runner: ^3.6.7 => 3.6.7 babel-preset-taro: ^3.6.7 => 3.6.7 eslint-config-taro: ^3.6.7 => 3.6.7 react: ^18.2.0 => 18.2.0 taro-ui: ^2.3.4 => 2.3.4
同一套代码编译在支付宝/百度平台是OK的
https://github.com/NervJS/taro/assets/58494807/ed451777-7799-432b-bda6-67a85ef4a30b
相关平台
快手小程序
使用框架: React
复现步骤
input框所在区域包含父容器通过position: fixed定位在屏幕上方,键盘收起时光标会随着下滑
期望结果
光标不会脱离input区域
实际结果
光标会随着键盘收起漂移
环境信息
补充信息
同一套代码编译在支付宝/百度平台是OK的