@Gohanrga wrote:
Hi everybody, I want to share an image with “share api” https://capacitor.ionicframework.com/docs/apis/share, i see that this api only has url or txt options to share,
let shareRet = await Share.share({
title: ‘See cool stuff’,
text: ‘Really awesome thing you need to see right meow’,
url: ‘http://ionicframework.com/’,
dialogTitle: ‘Share with buddies’
});i don’t want to use “social share” of cordoba, any idea?
Posts: 1
Participants: 1