Cordova version in use in a multi device hybrid app

179 Views Asked by At

How can I see the cordova version that is in use in a visual studio multi device hybrid app application?

2

There are 2 best solutions below

0
On

The value is stored in the JavaScript global cordova.version.

2
On

You can find the Cordova and Cordova-CLI version by looking into following files:

1.) Cordova version = bld\Debug\platforms\android\cordova\version enter image description here

2.) Cordova CLI version = bld\Debug\platforms\cli-version

enter image description here