Hello everyone! I need your help
I create an app for iOS / Android. In the application, I need to implement the Share function (for example, sending text and links to the application via the available communication channels - e-mail, messages, telegrams, etc.). For iOS, I use Activity Popup plugin and it works as it should. But with Android there was a problem. I absolutely can not figure out how to implement such a function.
I tried to use native.showPopup () - it did not help.
I also tried to use system.openURL (“mailto: subject = ‘Test’ & body = ‘Text’”) - this is closer, but does not work for WhatsApp.
Please help me understand this task.
Thank you!