Hi
I'm using smartgwt-mobile 2014-05-01 with gwt 2.6.0
When I build the HelloWorld app and open it with an Android 4.2 or 4.3 device I get the error message 'the compile time user.agent value (android) does not match the runtime user.agent value (safari)'. This happens when I run the app in development mode from eclipse and also when i build a war and deploy it on a remote tomcat server.
I also tried
<set-configuration-property name="user.agent.runtimeWarning" value="false"/> in the HelloWorld.gwt.xml but then I get a compile error 'Could not find module entry point class 'com.google.gwt.useragent.client.UserAgentAsserter' - even if this class is in the compiler's classpath.
There is no change in the HelloWorld example.
I'm using smartgwt-mobile 2014-05-01 with gwt 2.6.0
When I build the HelloWorld app and open it with an Android 4.2 or 4.3 device I get the error message 'the compile time user.agent value (android) does not match the runtime user.agent value (safari)'. This happens when I run the app in development mode from eclipse and also when i build a war and deploy it on a remote tomcat server.
I also tried
<set-configuration-property name="user.agent.runtimeWarning" value="false"/> in the HelloWorld.gwt.xml but then I get a compile error 'Could not find module entry point class 'com.google.gwt.useragent.client.UserAgentAsserter' - even if this class is in the compiler's classpath.
There is no change in the HelloWorld example.
Comment