0

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.

Rahul Gupta
  • 972
  • 11
  • 29

1 Answers1

0

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:

  1. attribution-link (documentation)
  2. 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.

Ameya
  • 880
  • 6
  • 13