Hallo,
I've created a web application based an some ListGrids, which use an XML DataSoruce as backend. It works fine on normal browsers, but the application hangs at least on android 2.3.3 devices. The grid shows its loading message ("loading data") and the application doesn't react to other inputs any longer.
I'm using SmartGWT 2.5.
Because you can use "Grids" --> "Data Binding" --> "XML DataSource" in the official showcase as a test case, I assume it could be a bug.
I tried it on a HTC desire z as well as the android emulator using "Android 2.3.3 - API Level 10". Both show the same problem.
The emulator for "Android 4.0 - API Level 14" works fine.
Is there a work around?
Thanks,
Christian
I've created a web application based an some ListGrids, which use an XML DataSoruce as backend. It works fine on normal browsers, but the application hangs at least on android 2.3.3 devices. The grid shows its loading message ("loading data") and the application doesn't react to other inputs any longer.
I'm using SmartGWT 2.5.
Because you can use "Grids" --> "Data Binding" --> "XML DataSource" in the official showcase as a test case, I assume it could be a bug.
I tried it on a HTC desire z as well as the android emulator using "Android 2.3.3 - API Level 10". Both show the same problem.
The emulator for "Android 4.0 - API Level 14" works fine.
Is there a work around?
Thanks,
Christian
Comment