Android Question Start B4A app from a website button?

Dave61

Member
Licensed User
Longtime User
Can anyone point me in the right direction here:

I want to browse websites using Chrome browser or the standard Internet browser on my Android phone. I won't be browsing from a webview within a B4A app.

The website has 2 buttons. If I click on either of those buttons from within Chrome browser it should open my B4A app and also pass it information on which of the 2 buttons was pressed.

I have full control over what the website buttons will do (within the bounds of html/script of course).

Is this possible? I believe the B4A app will have to be set up with Intents in the manifest.xml file but that is as far as I can get. I have been hunting through all the postings here about Intents but most of them seem to be talking about webview or triggering other things like facebook from the B4A app.

Thanks.

Dave
 
Top