Testing our application built with the latest smartGWT Mobile and GWT 2.6.1 on Android devices (4.2, 4.3) we have a problem while the application is loading. The application does not start and in the LogCat we see the error
The error occurs before the first statement in the EntryPoint Constructor is executed (SC.log there does not show a message).
Only with GWT 2.6.0/2.6.1 and Android. IPad and Desktop-Chrome are ok.
GWT 2.5.1 with Android is ok too.
Sometimes it is possible to remove a bit of code. e.g. addHandler somwhere in a class that is not instanciated at the beginning, and the error goes away. But later it comes error again when adding other statements elsewhere.
Unfortunatly I'm not able to reproduce the problem with the sample Application. Because the problem occurs before my application starts i don't know what to do.
Is there a way to display see more information in the logfile?
Code:
Uncaught TypeError: Cannot set property 'create' of undefined:1979
Only with GWT 2.6.0/2.6.1 and Android. IPad and Desktop-Chrome are ok.
GWT 2.5.1 with Android is ok too.
Sometimes it is possible to remove a bit of code. e.g. addHandler somwhere in a class that is not instanciated at the beginning, and the error goes away. But later it comes error again when adding other statements elsewhere.
Unfortunatly I'm not able to reproduce the problem with the sample Application. Because the problem occurs before my application starts i don't know what to do.
Is there a way to display see more information in the logfile?
Comment