코딩 농장

[React Native] react-native-maps 마커 크기보다 클릭 범위가 넓은 현상 본문

프로젝트/삼삼

[React Native] react-native-maps 마커 크기보다 클릭 범위가 넓은 현상

버밍이 2021. 6. 8. 15:40
728x90

https://github.com/react-native-maps/react-native-maps/issues/3513

 

Click area of a marker on android is much bigger then the marker's image size · Issue #3513 · react-native-maps/react-native-m

Bug report Summary The map marker click area is much bigger than the marker itself. So I can press to all of the sides near the marker and onPress is called. It makes it impossible to select one ma...

github.com

 

https://github.com/react-native-maps/react-native-maps/issues/2552

 

Android marker touch area size is much bigger than the marker size · Issue #2552 · react-native-maps/react-native-maps

Is this a bug report? Yes Have you read the Installation Instructions? Yes Environment react-native: 0.54 (with example app) and 0.57.1 (with our own app) react: 16.3.2 (with example app) and 16.5....

github.com

 

두 이슈를 통해 구글 맵스의 문제인 것을 알 수 있었다.

 

마지막 코멘트가 20년 11월이니... 나름 최신정보...

 

이 문제를 사람들은 마커의 크기를 키워서 해결중이다.ㅠㅠ

Comments