개발중인 어플리케이션에서 카카오톡으로 로그인 버튼을 누르면
웹페이지를 사용할 수 없음
다음이유로 kakaotalk:…inappbrowser?ulr=https~~~ 의 웹페이지를 로드할 수 습니다.
net::ERR_UNKNOWN_URL_SCHEME 오류가 발생합니다. 카카오톡은 잘 깔려있구요.
원인을 알 수 있을까싶어서 문의 남깁니다.
해당 버튼 클릭 말고 그냥 아이디와 패스워드를 입력해서 로그인하면 잘 됩니다.
안녕하세요.
웹뷰에서는 기본적으로 커스텀 스킴 호출이 불가 합니다.
하이브리드 앱의 경우 아래 가이드를 참고하여 필요한 코드를 추가 부탁드립니다.
The error ERR_URL_SCHEME_ERROR that you are facing it can occur is a browser-related problem that appears when the browser is able to process a URL that it simply doesn’t know how to handle. URL scheme is the first element of a URL that defines the protocol that is necessary. There are many different ways to fix the error that you need to understand properly in detail and some of them are as follows:-
- Clear Your Browser Cache and Cookies
- Deactivate Chrome Extensions Temporarily
- Create a New User Chrome Profile
- Disable Hardware Acceleration in Chrome
I hope it helps!

