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 定位无反应 react-native 0.62.2 #136

Open
wanngzelin opened this issue Dec 8, 2020 · 3 comments
Open

ios 定位无反应 react-native 0.62.2 #136

wanngzelin opened this issue Dec 8, 2020 · 3 comments
Labels
bug Something isn't working ios Only for ios

Comments

@wanngzelin
Copy link

wanngzelin commented Dec 8, 2020

react-native 0.62.2
react-native-amap-geolcation 1.1.2
xcode 12.2
点击无反应

Geolocation.getCurrentPosition(res => {
      console.log(res)
      setLocation({ ...res })
    },
      err => {
        console.log(err)
        Toast.show({
          text: err.location.errorInfo,
          duration: 2000,
          position: 'top',
          type: 'danger'
        })
      }
    )
@wanngzelin wanngzelin added bug Something isn't working ios Only for ios labels Dec 8, 2020
@qduck
Copy link

qduck commented Mar 23, 2021

me too

1 similar comment
@Pentium286
Copy link

me too

@wanngzelin
Copy link
Author

me too

可以用pc的地理逆编码解析,目前我是这么处理的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios Only for ios
Projects
None yet
Development

No branches or pull requests

3 participants