johyunchol / kakao_map_plugin

MIT License
24 stars 16 forks source link

안드로이드 카카오맵 실행이 안 되는 이슈 #14

Closed yangsh91 closed 8 months ago

yangsh91 commented 9 months ago

ios에서는 정상동작하는데 안드로이드에서 맵이 실행이 안 되는 이슈가 있습니다

그냥 흰화면만 나오길래 로딩이 오래걸리는건가 싶었는데 로그를 확인해 봤을때

I/chromium(32434) : [INFO:CONSOLE(22)] "Uncaught TypeError : kakao.maps.latLng is not a constructor", source: about:blank (22) 와 같이 뜨는거 같은데 manifest에 설정한 내용 말고 추가로 세팅해줘야할 내용이 있을까요?

heyphat commented 9 months ago

I have the same issue, please help!

heyphat commented 9 months ago

Oh, I found it, I forgot this line. https://github.com/johyunchol/kakao_map_plugin/blob/3060e8c9ea0695864071e3c90bcf724c8ec183cb/example/lib/main.dart#L7

johyunchol commented 9 months ago

해당 이슈 확인이 늦었습니다.

혹시 흰 화면만 나온다고 하시는게 example 소스 인지, 아니면 직접 구현한 소스 인지 궁금합니다. 추가적으로 flutter version까지 말씀 해 주시면 확인 해볼 수 있을거 같습니다.

alswn2348 commented 8 months ago

저는 mainfest에 usesCleartextTraffic = true 가 적용이 안됬었을때 같은 이슈를 경험했습니다 적용후에는 잘 됩니다!

johyunchol commented 8 months ago

@alswn2348 님 감사합니다! 해당 이슈는 close 처리 하도록 하겠습니다. 혹시 같은 이슈가 발생하면 이슈 repoen 해주세요!