I want my capsule to redirect to the web browser URL on the click of a button. I am not getting anything to redirect.
Is redirection to the web browser URL from Bixby is possible?
Any help, please.
I want my capsule to redirect to the web browser URL on the click of a button. I am not getting anything to redirect.
Is redirection to the web browser URL from Bixby is possible?
Any help, please.
You are looking for the app punch out functionality. I would recommending looking at the documentation here for more information.
There are two ways to open an external URL from Bixby:
attribution-link
(documentation)app-launch
(documentation)In general, attribution-link
is the best method of launching a web URL from within your Bixby capsule. I would highly recommend reading through the app punch out policies for guidance on where to place attribution-link
and/or app-launch
in your capsule's flow.