Open kumquat601 opened 8 years ago
I just shared only text and image. KakaoTalk opened and I selected my friend. but I got Not supported format error.
my js code:
KakaoTalk.share({ text: 'hi', image:{ src: '/storage/emulated/0/temp_144065417.jpg', width: 300, height: 200 } }, function(success){ console.log('kakao share success'); }, function(error){ console.log('kakao share error'); });
I just shared only text and image. KakaoTalk opened and I selected my friend. but I got Not supported format error.
my js code: