Skip to content

dwap/deep-link.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE

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.

I discourage using this library and encourage using this new standard instead.

deep-link.js

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.

Usage

See https://timseverien.com/deep-link.js/

License

deep-link.js is licensed under the MIT license. http://opensource.org/licenses/MIT

Changelog

0.1.3

  • Add Support for Links created after first load with init() function

0.1.2

  • Replaced "visibly.js" polyfill with Browser APIs
  • removed old android intent open

0.1.1

  • Add intent for modern Android browsers

0.1.0

  • Add Windows Phone support
  • Trying to correctly use semver

0.0.5

  • Improved workflow
  • Added “visibly.js” – A Page Visible API polyfill
  • Some minor optimisations

0.0.4

Uhhhm, the bower file changed and listed a first release.

0.0.3

  • iOS store prefix includes 'id'
  • Added a comment for later use
  • Reinstated the requirement of empty-ish href attribute before hiding a link

0.0.2 (wrongly named to 1.0.2)

  • Some minor changes

0.0.1

  • Initial release

About

[UNMAINTAINED] Mobile deep links for the web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%