WICG / get-installed-related-apps

proposal to add an API to the web for determining if related apps are installed
http://wicg.github.io/get-installed-related-apps/spec/
Other
42 stars 14 forks source link

Expose the native app's version number #10

Closed tomayac closed 4 years ago

tomayac commented 5 years ago

For some use cases, it's needed to know the exact version number of a particular app if it is installed.

bluepnume commented 4 years ago

We have the same use-case. Different versions of our app support different features, and knowing in advance whether to redirect or not would be greatly beneficial.

rayankans commented 4 years ago

I've started drafting the spec, and made it include the version. I also updated the README/EXPLAINER.

This was also implemented on chromium tracking bug.

Closing the issue, please re-open if you have further concerns