Hello dear I want to compose email when user click on email button and use social sharing it is work in android perfectly but in ios there is a problem and give me error. please help me to fix that
this is my code
this.socialSharing.canShareViaEmail().then(() => { alert('into can share') this.platform.ready().then(() => { alert('into platform') this.socialSharing.shareViaEmail('Body', 'Subject', ['recipient@example.org']) }) }).catch((err) => { alert('Email not available') })
this is Error
Thanks For Help
1 post - 1 participant