DeepLinkDispatch
DeepLinkDispatch copied to clipboard
url is detected incorrectly
We have deeplink like this : [baseurl]://host/bla/bla/more_than And we have other variants of it : [baseurl]://host/bla/bla/more_than/blabla1 [baseurl]://host/bla/bla/more_than/blabla2 ...
Other variants working fine but first url ([baseurl]://host/bla/bla/more_than) doesn't work. Maybe it is detecting like base url. It's version 5.1.0. And it isn't work fo 5.2.0, too.
So you are saying it is finding [baseurl]://host/bla/bla/more_than but not [baseurl]://host/bla/bla/more_than/blabla1 ? Is that correct? Any way you can write a small demo app that repos this case?