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

react native调试模式下 真机(Android API 29)点击 没反应或非常的慢 #172

Closed
hongbobo614 opened this issue Jun 4, 2020 · 11 comments
Labels

Comments

@hongbobo614
Copy link

hongbobo614 commented Jun 4, 2020

react native项目在 Chorme 下debug 真机调试 ,
1.点击没有反应,需要多点几次,但是非常慢;
2.页面也不能跳转,需要手动触摸,才能正常跳转。
3.使用React-Native Debugger调试工具调试,操作真机完全没反应

"react": "16.11.0",
"react-native": "0.62.2"

手机小米9 系统安卓10

@sunnylqm
Copy link

sunnylqm commented Jun 4, 2020

检查下电脑和手机时钟是否一致

@amusiq
Copy link

amusiq commented Jun 30, 2020

我也有同样问题

@bingaicao
Copy link

我也是同样问题,网上搜了半天没有什么答案,我怀疑是debug.js劫持了页面事件,只有滑动可以,有人有解决方案吗

@sunnylqm
Copy link

此现象最常见的情况就是电脑和调试设备的时钟不一致(差几秒都有影响)
此外有些第三方也会极大的拖慢调试性能,比如realm

@hongbobo614
Copy link
Author

我的 mac系统 可以用这命令解决问题: sudo sntp -sS time.apple.com 已经解决了。

@hongbobo614
Copy link
Author

我也是同样问题,网上搜了半天没有什么答案,我怀疑是debug.js劫持了页面事件,只有滑动可以,有人有解决方案吗

我的mac系统可以用这命令解决问题:sudo sntp -sS time.apple.com 已经解决了。

@amusiq
Copy link

amusiq commented Jul 1, 2020

如果是windows系统怎么解决呢

@hongbobo614
Copy link
Author

如果是windows系统怎么解决呢

windows系统没有验证过,我是按照 上面大兄弟 提的 ”检查下电脑和手机时钟是否一致“ 这个方向去查询解决的。你可以尝试下

@github-actions
Copy link

👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label May 13, 2022
@github-actions
Copy link

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@bingoShawn
Copy link

此现象最常见的情况就是电脑和调试设备的时钟不一致(差几秒都有影响) 此外有些第三方也会极大的拖慢调试性能,比如realm

又是你大神!谢谢了!

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

No branches or pull requests

5 participants