Use kakao.auth.login () pop-up window to report an error

In the PC Chrome browser developer tool-mobile mode, use kakao.auth.login () API to authorize, authorize the white screen of the playback window, and does not display the input account password page.

The pop-up URL address is: intent:#Intent;action=com.kakao.talk.intent.action.CAPRI_LOGGED_IN_ACTIVITY;launchFlags=0x08880000;S.com.kakao.sdk.talk.appKey=;S.com.kakao.sdk.talk.redirectUri=https://kapi.kakao.com/cors/afterlogin.html;S.com.kakao.sdk.talk.state=sxcispno38r5lbteenifuv;S.com.kakao.sdk.talk.kaHeader=sdk/1.43.0 os/javascript sdk_type/javascript lang/zh-CN device/Win32 origin/https%3A%2F%2Fkr.fat1.qa.nt.tripqate.com;S.com.kakao.sdk.talk.extraparams=%7B%22client_id%22%3A%%22%2C%22scope%22%3A%22profile%2Caccount_email%22%7D;S.browser_fallback_url=https%3A%2F%2Fkauth.kakao.com%2Foauth%2Fauthorize%3Fclient_id%3******%26scope%3Dprofile%252Caccount_email%26redirect_uri%3Dhttps%253A%252F%252Fkapi.kakao.com%252Fcors%252Fafterlogin.html%26response_type%3Dcode%26state%3Dsxcispno38r5lbteenifuv%26proxy%3DeasyXDM_Kakao_z1u9nxldseh_provider%26ka%3Dsdk%252F1.43.0%2520os%252Fjavascript%2520sdk_type%252Fjavascript%2520lang%252Fzh-CN%2520device%252FWin32%2520origin%252Fhttps%25253A%25252F%25252Fkr.fat1.qa.nt.tripqate.com%26origin%3Dhttps%253A%252F%252Fkr.fat1.qa.nt.tripqate.com;end;

0zm5e12000a7q3jfk273F

In mobile mode of Chrome developer tools, the Android Intent scheme is called.
So, it won’t work on your PC.

I am using the js sdk, why is the Android Intent scheme called?

if JS SDK determines that it is an Android mobile, it calls the intent scheme.