Error while loading the phonegap 2.3 script.
REQUIRED INFORMATIONExt version tested:Browser versions tested against:Description:- If you download the script phonegap 2.3 earlier than sencha touch, an error occurs.
The result that occurs instead:- 01-26 22:03:24.130: E/Web Console(4758): TypeError: Result of expression 'Ext.Viewport' [undefined] is not an object. at file:///android_asset/www/core/sencha-touch-all.js:90687
Test Case:
Code:
<!DOCTYPE html><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Vkhelp</title>
<script src="cordova-2.3.0.js"></script>
<script src="http://extjs.cachefly.net/touch/sencha-touch-2.1.0/sencha-touch-all-debug.js"></script>
</head>
<body></body>
</html>
HELPFUL INFORMATION
If scripts swapped then everything works.