-
Notifications
You must be signed in to change notification settings - Fork 150
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] showMyLocationButton 에서 해당 버튼 클릭시 반응이 없는 버그 #126
Comments
해당 버그는 저도 겪었는데 아무래도 커스텀 버튼 position: absoulte 스타일주고 하나 만들어서 |
@dkahdwk 혹시 위치 획득은 어떻게 진행하셨나요? 저는 현재 geolocation에서 현재 위치를 받아온 후 , 마커를 중앙에 꽂아놓는 식으로 구현했습니다. 혹시나 더 좋은 방법이 있을까 싶어 여쭤봅니다. |
@Seobe22 저는 geolocation으로 좌표값을 받아오고, 버튼은 이런식으로 커스텀해서 만들었구요 |
@dkahdwk 답변 감사합니다! 현재로써는 아무래도 말씀해주신 방법이 최선인 것 같네요..ㅎㅎ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version of react-native-naver-map libraries
0.66
Version of react-native
0.64.1
Platforms you faced the error (IOS or Android or both?)
Android
Expected behavior
Android에서 showsMyLocationButton을 클릭하면 현재 좌표가 찍혀야함.
Actual behavior
Android에서 showsMyLocationButton을 클릭하면 현재 좌표가 찍히지 않고, 계속 로딩중인 표시만 나옵니다.
Tested environment (Emulator? Real Device?)
Real Device
Screen Shot
The text was updated successfully, but these errors were encountered: