@RaulGM wrote:
Hi everyone! Does anyone have a capacitor share example? I need to share some text with WhatsApp. I don’t know if there is a deep link to reference.
I literally have
import { Plugins } from '@capacitor/core'; const { Share } = Plugins; 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 got the following error:
ERROR Error: Uncaught (in promise): Web Share API not available
Posts: 1
Participants: 1