Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

钉钉小程序iOS真机上按键点击次数跟响应次数不一致 #5126

Closed
DevanXU opened this issue Dec 18, 2019 · 3 comments
Closed

钉钉小程序iOS真机上按键点击次数跟响应次数不一致 #5126

DevanXU opened this issue Dec 18, 2019 · 3 comments
Assignees

Comments

@DevanXU
Copy link

DevanXU commented Dec 18, 2019

问题描述

创建项目后自带的demo代码(增减数字),按键点击的次数跟响应次数不一致,不是每次点击都有响应。

复现步骤

  1. taro init myApp创建项目, 选择Typescript & Redux
  2. yarn dev:alipay
  3. 打开阿里小程序IDE,打开myApp/dist,模式选择“钉钉企业第三方应用”
  4. 编译完成后选择“真机预览”,生成二维码
  5. 用iPhone手机扫描上述二维码
  6. 快速点击应用上面的"+", "-" 按键,点击次数与响应次数不一致
/**
 * 这段注释后可以贴代码
 * 提供完整可复现的代码和整理好代码格式,有助于我们快速定位问题,节省你我时间
 * 代码提供不全或代码格式混乱的 issues 【有可能会被忽略】
 * 
 * 查看如何插入代码:https://coding.net/help/doc/project/markdown.html#i-5
 */

期望行为

预期每次按键的点击都要有响应,即”连续点击增加按键10次,数字应该增加10“。实际上可能只增加了5或6。

报错信息

没有任何报错

系统信息

👽 Taro v1.3.27

Taro CLI 1.3.27 environment info:
System:
OS: macOS 10.14.6
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.15.0 - /usr/local/bin/node
Yarn: 1.19.1 - /usr/local/bin/yarn
npm: 6.11.3 - /usr/local/bin/npm
npmPackages:
@tarojs/async-await: 1.3.27 => 1.3.27
@tarojs/components: 1.3.27 => 1.3.27
@tarojs/plugin-babel: 1.3.27 => 1.3.27
@tarojs/plugin-csso: 1.3.27 => 1.3.27
@tarojs/plugin-sass: 1.3.27 => 1.3.27
@tarojs/plugin-uglifyjs: 1.3.27 => 1.3.27
@tarojs/redux: 1.3.27 => 1.3.27
@tarojs/redux-h5: 1.3.27 => 1.3.27
@tarojs/router: 1.3.27 => 1.3.27
@tarojs/taro: 1.3.27 => 1.3.27
@tarojs/taro-alipay: 1.3.27 => 1.3.27
@tarojs/taro-h5: 1.3.27 => 1.3.27
@tarojs/taro-swan: 1.3.27 => 1.3.27
@tarojs/taro-tt: 1.3.27 => 1.3.27
@tarojs/taro-weapp: 1.3.27 => 1.3.27
@tarojs/webpack-runner: 1.3.27 => 1.3.27
eslint-config-taro: 1.3.27 => 1.3.27
eslint-plugin-taro: 1.3.27 => 1.3.27
nerv-devtools: ^1.5.6 => 1.5.6
nervjs: ^1.5.6 => 1.5.6
react: ^16.12.0 => 16.12.0
stylelint-config-taro-rn: 1.3.27 => 1.3.27
stylelint-taro-rn: 1.3.27 => 1.3.27
npmGlobalPackages:
typescript: 3.7.2

补充信息

对比测试,这个问题只出现在钉钉iOS端,在 IDE/安卓手机/支付宝都没有问题,可能是taro的视图渲染跟 钉钉iOS端 兼容性问题。

如果您有功能上的建议,可以提到 FeatHub

使用上的问题,欢迎在「Taro 社区」一起交流

@taro-bot
Copy link

taro-bot bot commented Dec 18, 2019

CC @Chen-jj

@taro-bot
Copy link

taro-bot bot commented Dec 18, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@shenghanqin
Copy link
Collaborator

@DevanXU 先更新到最新版本?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants