I\'ve read many many blogs and examples of how to open an app from an URL scheme (for example, this blog), and it seems to work great when I call my app from
We can simply open the deep link using JavaScript which works fine in both chrome and safari in iOS.
If you want to achieve the custom url scheme using JavaScript you can use the below code:
document.location = "testapp://"