Sinat Hor
Sinat Hor

Reputation: 11

How to share image with LINE app in IONIC?

I'm developing a game using ionic and I have a problem when trying to share image using LINE app. It's possible to share using Facebook, Twitter etc..

Link: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin

But I couldn't find any solutions to share using LINE app. Can anyone help me to solve this problem? Your help would be appreciated. Thanks.

Upvotes: 1

Views: 1477

Answers (1)

Angu
Angu

Reputation: 872

Use it . may helpful for you. You should include Line app package Name

<button onclick="window.plugins.socialsharing.canShareVia('jp.naver.line.android', 'Hi Lineapp', null, img, null, function(e){alert(e)}, function(e){alert(e)})">Line APP</button>

Upvotes: 0

Related Questions