Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Smart gwt mobile with Phonegap integration

    I have the following problem during integration of phonegap with smart gwt mobile. I followed the integration guide and created an abstract cordovaentrypoint class. However i observe that there is also a cordovaentrypoint in the smartgwt mobile library. Now the problem is that if i use the abstract cordova entry point class as suggested in the integration guide, on device ready is not called at all in super dev mode. This worked for me in production mode only but not in super dev mode.

    So i use cordovaentry point from smart gwt mobile library at the moment and on device ready is called in super dev mode and production mode too. Can someone confirm which cordova entry point i need to use?

    The other problem i have is that I use maven project additionally and gwt maven plugin to compile the gwt module. When i copy this in phonegap www directory and build the project, i only get a white screen in XCode. During debugging i observed that nocache.js is different when i build from maven and when i use the eclipse gwt compile option. In cordova, when i copy the module generated from maven, i get a white screen but when i copy the contents generated from eclipse gwt compile, it works fine. Can someone throw some light on this?

    #2
    So the behaviour for the cordova is that it works fine only when i generate the module from eclipse gwt compile and get a white screen when i use the gwt maven compile.

    Comment

    Working...
    X