The scenario that you describe where the device intercepts an HTTP protocol link http://example.com
(as opposed to a custom URL scheme using example://
) is called Deep Link on Android and Universal Links on iOS.
This is most easily achieved in the Cordova app for iOS and Android using the cordova-universal-links-plugin - complete information and use on the GitHub plugin.
I do not know about existing plugins that provide equivalent functionality on the Windows platform
source
share