I have included my path : mydomain.com to universal links as well as mydomain.com/jobs. From outside the app I want to redirect to the app when click on the link. However there is a need from within the app to open some web versions of the app. So some specific jobs like mydomain.com/jobs?id=xxxx are opening the webview but these are too connected with the deep linking. Is there a way to exclude some specific job requests ? For example adding an additional url parameter like mydomain.com/jobs?id=xxxx?allowWebview=true.