Results 2 comments of Koo

I have the same issue. ios style works well on my iPhone XR. I tested on chrome web developer emulator(resolution 375x800) I used canBackwardsSelected option false.

import { ... } ....; ... declare var KakaoTalk:any; // 임폴트 구문 다음 ... kakaoShare(){ this.platform.ready().then(() => { if(typeof(KakaoTalk) !== "undefined"){ KakaoTalk.share({...}); } }); }