Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Problem with SmartGWT on android in production version

$
0
0
I have big problem on production with smartgwt.mobile. (android)

I use the latest version of smartgwt.mobile library and it give me error:

Uncaught TypeError: Cannot set property 'create' of undefined 8EA939F22A515886418E605456274862.cache.html:3135
AO 8EA939F22A515886418E605456274862.cache.html:3135
zO 8EA939F22A515886418E605456274862.cache.html:3210
nz 8EA939F22A515886418E605456274862.cache.html:3137
Mc 8EA939F22A515886418E605456274862.cache.html:1911
Pc 8EA939F22A515886418E605456274862.cache.html:2354
(anonymous function) 8EA939F22A515886418E605456274862.cache.html:2495
gwtOnLoad 8EA939F22A515886418E605456274862.cache.html:2654
C mobile.nocache.js:2
mobile.onScriptLoad mobile.nocache.js:16
(anonymous function) 8EA939F22A515886418E605456274862.cache.html:3239

In dev mode it is OK.

according to firebug error is here:

function AO() {
$wnd.SmartGWTMobile = $wnd.SmartGWTMobile || {};
$wnd.SmartGWTMobile.isNativeJavaObject = function (a) {
var b = typeof a;
if (b != umc && b != Voc)return false;
if (_k(a))return false;
return true
};
window.isc = window.isc || {};
window.isc.DataSource = window.isc.DataSource || {};
window.isc.DataSource.create = kmc(nQ);
window.isc.Date = Date;
Date.parseServerDate = kmc(function (a, b, c) {
var d = new Qnb(a, b, c);
return d.tS()
})


can you help me?

Viewing all articles
Browse latest Browse all 4756

Trending Articles