uni_links icon indicating copy to clipboard operation
uni_links copied to clipboard

Test deep link during development by clicking on something

Open avishail opened this issue 1 year ago • 1 comments

I'm trying to use Deep Links and encounter problems to test it:

  1. if the schema is http/https then the browser will open the link regardless of my deep links configuration.
  2. if the schema is custom one, for example, myapp://myhost, then click on an html link will simply do nothing.

Since all places instructs to use adb (and adb works only on custom schemas) I'm starting to suspect it is not possible to test it during dev the regular way (a.k.a click on a link somewhere)

Am I correct?

avishail avatar Jul 26 '23 04:07 avishail

Hello @avishail Did you find any solution?

itsatifsiddiqui avatar Aug 26 '23 15:08 itsatifsiddiqui