Taro React H5 在红米 Note 9 pro 中使用 textarea 会导致页面卡死

yeotifhr  于 4个月前  发布在  React
关注(0)|答案(1)|浏览(45)

相关平台

H5

复现仓库

https://github.com/oasis-cloud/taro-swiper-demo.git
浏览器版本: 内置浏览器
使用框架: React

复现步骤

npm install
npm run dev:h5

在红米Note9 Pro 访问链接,输入框输入,页面卡死

期望结果

输入框正常使用,页面不会卡死

实际结果

在红米Note9 Pro 访问链接,输入框输入,页面卡死

环境信息

Taro CLI 3.6.22 environment info:
    System:
      OS: macOS 12.0.1
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 20.9.0 - ~/.nvm/versions/node/v20.9.0/bin/node
      npm: 10.1.0 - ~/.nvm/versions/node/v20.9.0/bin/npm
    npmPackages:
      @tarojs/cli: 3.6.22 => 3.6.22 
      @tarojs/components: 3.6.22 => 3.6.22 
      @tarojs/helper: 3.6.22 => 3.6.22 
      @tarojs/plugin-framework-react: 3.6.22 => 3.6.22 
      @tarojs/plugin-html: 3.6.22 => 3.6.22 
      @tarojs/plugin-platform-alipay: 3.6.22 => 3.6.22 
      @tarojs/plugin-platform-h5: 3.6.22 => 3.6.22 
      @tarojs/plugin-platform-jd: 3.6.22 => 3.6.22 
      @tarojs/plugin-platform-qq: 3.6.22 => 3.6.22 
      @tarojs/plugin-platform-swan: 3.6.22 => 3.6.22 
      @tarojs/plugin-platform-tt: 3.6.22 => 3.6.22 
      @tarojs/plugin-platform-weapp: 3.6.22 => 3.6.22 
      @tarojs/react: 3.6.22 => 3.6.22 
      @tarojs/router: 3.6.22 => 3.6.22 
      @tarojs/runtime: 3.6.22 => 3.6.22 
      @tarojs/shared: 3.6.22 => 3.6.22 
      @tarojs/taro: 3.6.22 => 3.6.22 
      @tarojs/taro-h5: 3.6.22 => 3.6.22 
      @tarojs/webpack5-runner: 3.6.22 => 3.6.22 
      babel-preset-taro: ^3.6.4 => 3.6.23 
      eslint-config-taro: ^3.6.4 => 3.6.23 
      react: ^18.2.0 => 18.2.0

相关问题