sampart / cordova-plugin-app-version

Cordova plugin to return the version number of the current app [not maintained]
MIT License
401 stars 198 forks source link

Feature request - insert the version into user agent. #107

Open crysislinux opened 5 years ago

crysislinux commented 5 years ago

Is it possible to append the app version to user agent? It's important for us bc we want to serve different files depends on the app version. Currently we rely on query string on the url to get the app version (we load the main app files from remote at runtime), it's a fine workaround but it's better to read the info from user agent for us.

marcusdiy commented 4 years ago

It's not a standard behaviour, you can inject it quite easly btw...