[CB-4725] Add CordovaWebView.CORDOVA_VERSION constant

This used to be available as Device.cordovaVersion, but was broken in 3.0.
This commit is contained in:
Andrew Grieve 2013-09-09 11:22:18 -04:00
parent 5f7ce4b868
commit 80a09b8f36

View File

@ -58,8 +58,11 @@ import android.widget.FrameLayout;
public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.1.0-dev";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();