This library is no longer maintained. The mobile app platform is now leaning towards a standard where regular URLs (more or less) redirect to an app. This involves hosting separate files, something this library cannot do for you.
- Android App Links
- iOS Universal Links
I discourage using this library and encourage using this new standard instead.
Fork from Tim Severien deep-link.js is designed to add deep links to the web in an easy and stable way.
Mobile deep links are links that refer to apps instead of another web page. Opening things in apps can vastly improve a user’s experience.
See https://timseverien.com/deep-link.js/
deep-link.js is licensed under the MIT license. http://opensource.org/licenses/MIT
- Add Support for Links created after first load with init() function
- Replaced "visibly.js" polyfill with Browser APIs
- removed old android intent open
- Add intent for modern Android browsers
- Add Windows Phone support
- Trying to correctly use semver
- Improved workflow
- Added “visibly.js” – A Page Visible API polyfill
- Some minor optimisations
Uhhhm, the bower file changed and listed a first release.
- iOS store prefix includes 'id'
- Added a comment for later use
- Reinstated the requirement of empty-ish href attribute before hiding a link
- Some minor changes
- Initial release