I have an index.html that I use in webviewer (home url) as “file:///android_asset/index.html” and I only use this index html as the basis of my whole app.. in this html there are youtube videos that opens in popup screen which works fine but i want to let the user open that same video in external Youtube app if he wishes (to write comments etc). When i use the index.html in a web browser in my mobile phone to test this, the deep links are working fine and i see them open in yotube app. but when i compile it in apk, apk tries opening the links in his own browser not the external app. Can someone help me? I looked at many topics here but i couldnt fix it ..I will deeply appreciate if you can. Thanks