This sample application demonstrates the usage of custom URL schemes in iOS and Android.
The scheme is defined as myapp://, so an uri starting with myapp:// would trigger it e.g. <a href="myapp://views/navigate.html">Open App</a>
More information on iOS:
More information on Android:
- [Android Intents] (http://developer.android.com/guide/topics/manifest/intent-filter-element.html)
- [Edit Configuration Files in Icenium] (http://docs.icenium.com/configuring-your-project/edit-configuration)
- [WebIntent Cordova plugin] (https://github.com/phonegap/phonegap-plugins/tree/master/Android/WebIntent)