Does lightning supports deferred deep linking?

  1. Does lightning supports deferred deep linking?
  2. How to open other app from an app. Like from Netflix i want to open YouTube. can we do that?

any help would be much appreciated.
Thanks

Hi!

This is not a Lightning thing but will be part of the device platform. If you’re using RDK check out Firebolt docs
https://developer.rdkcentral.com/firebolt/documentation/firebolt-core-sdk/docs/deep-linking/

1 Like

Hi @anandpatel4. Ultimately, you’ll need to intercept and read the query parameters or route parameters in the place where you have defined your routes and your router logic.

Based on the values of those parameters, you can then make a decision as to what to do with that.: push to another route, show a message, etc. It really depends on your needs.

Please take ma look at the following documentation, it will surely help you: