[FAQ] 지도/로컬 API 문의 전 꼭 읽어 주세요.
https://devtalk.kakao.com/t/faq-api/125610
안녕하세요 코르도바를 이용해서 하이브리드 프로젝트를 진행하고 있습니다.
특정 좌표를 통해 카카오맵 길찾기 바로가기를 모바일에서 연동하는 기능이 있습니다.
모바일에 카카오맵이 설치되어있는데도 앱으로 연동되지 않고 카카오맵에서 열기 버튼을 눌러도 반응이 없습니다.
카카오맵 길찾기 바로가기 소스는 이렇습니다.
window.open('https://map.kakao.com/link/to/'+
this.callListDto.departure.title+','+
this.callListDto.departure.lat+','+
this.callListDto.departure.lng, '_blank');