Webview broadcast intent scheme and broadcast receiver feedback message Android/iOS

Viewed 17

Hi I need help with a scenario, my web url https://myweburl.com/intent when rendered in a mobile browser like chrome shows a link with an intent scheme e.g. upi://a=b&c=d&etc=etc, one the user clicks this link Andriod show list of applications that understands this intent scheme. User selects one of those apps and continues his journey on the selected app. All these are working fine.

I want to know in the webpage js if user did redirect to any app from the list or did he select cancel. Or if possible get the name of the app that user selected from the list

How can Broadcast Intent (specifically webview or a browser) get meta information from andriod.

0 Answers
Related