How to get android/IOS version of mobile?

0
Is there a way to get the android /IOS version of the mobile? I can get if it is android or IOS but the widget doesn't have the version. Do I have to write my own Java code or is there an other item in the app store I could use or another way?
asked
1 answers
1

You can get the Android/iOS version using the device.version property from cordova-plugin-device

answered