sampart / cordova-plugin-app-version

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

Feature request - get app description #83

Open beradrian opened 8 years ago

beradrian commented 8 years ago

Similar to getAppName

Drarok commented 6 years ago

What would you expect this to return? As far as I know, there aren't descriptions built into iOS or Android apps' info.

DennisSmolek commented 6 years ago

Windows has description also, it's often the subtitle when the app is shown in a list

DennisSmolek commented 6 years ago

Windows Object (including description): https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.package

Example usage https://github.com/Microsoft/Windows-universal-samples/blob/master/Samples/Package/js/js/scenario1_identity.js#L55