-
Notifications
You must be signed in to change notification settings - Fork 20
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
Android 通过BackAndroid退出App之后再次进去App定位,不会触发listener. #9
Comments
@AdamChrist Android 设备型号,系统版本等可以提供一下吗?我这里复现一下 |
@KevinOfNeu 小米Note2 MIUI8 Android 5.0.2 |
@KevinOfNeu 又用华为的荣耀6 EMUI4 Android 6.0 测试了一下..还是一样的问题. |
@AdamChrist 触发location Change 的代码,然后你贴一下你的代码我看下,我这边暂时不能复现,我可以先帮你看下是否是用法上的问题 |
@KevinOfNeu 我最近尝试使用react-navigation,所以正好写在这个Demo中.高德的Key还是用的之前的App的..所以得不到数据,但是还是能看到效果..使用后退键退出之后在进入那个Location的界面,不会触发listener. |
@AdamChrist 我看了你代码,有一处可能导致此问题,代码, |
@KevinOfNeu |
@AdamChrist #10 此问题已修复, 可以使用 0.2.1 这个版本。 |
react-native 版本: 0.41.2
Android中的onLocationChanged也不会触发
具体原因不明,一定要杀掉App进程,再次进去才可以.
The text was updated successfully, but these errors were encountered: