This question is locked. New answers and comments are not allowed.
Hello,
I developed a small application with Cordova in HTML5, CSS, JS
My manifest I used:
This allows me to bring up my app in the list of apps when any of the user is "Share page" from their browser (among others)
My question is: how do I retrieve this information (URL) into your Javascript?
I saw a lot of information on the Net but no concrete example that allows me to realize my code.
Thanks in advance
I developed a small application with Cordova in HTML5, CSS, JS
My manifest I used:
<intent-filter> <action android:name="android.intent.action.SEND" /> <category android:name="android.intent.category.DEFAULT" /> <data android:mimeType="text/plain" /> </intent-filter>This allows me to bring up my app in the list of apps when any of the user is "Share page" from their browser (among others)
My question is: how do I retrieve this information (URL) into your Javascript?
I saw a lot of information on the Net but no concrete example that allows me to realize my code.
Thanks in advance
