Hey, I’m working on having my app show up in the user’s android share section and the user can send urls to the app. I found this cordova plugin but I’m not having luck getting it to work. Any help here?
Im trying to do something similar but I want to grab the data when onNewIntent is called (my launchmode is set so that onNewIntent is called if the app is already running).
I’m in the same boat. I check if the intent for EXTRA_STREAM exists, and it says it does. But when I try to get it, I get null. Anyone have any info on this?
Wondering if you could elaborate on your code a little more. I am having trouble getting my app to show up in the list of “share to” when I am in another app. Thank you!