You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm wondering how could I share an image and text together, because passing text and file.uri for image to share function in the end shares only image. I should also say, I've tested this case on IOS 18.1.1. I certainly remember it was working before, so I'm not sure whether it's an IOS issue or capacitor plugin. Please, help me to understand :)
My code for sharing: await Share.share({ files: [file.uri], text: 'Test text' })
The text was updated successfully, but these errors were encountered:
Hi,
I'm wondering how could I share an image and text together, because passing text and file.uri for image to share function in the end shares only image. I should also say, I've tested this case on IOS 18.1.1. I certainly remember it was working before, so I'm not sure whether it's an IOS issue or capacitor plugin. Please, help me to understand :)
My code for sharing:
await Share.share({ files: [file.uri], text: 'Test text' })
The text was updated successfully, but these errors were encountered: