0

I'm using GWT to create the UI for my Mobile application and move the compiled code to a phonegap application. Every thing works fine in Android simulator (and Galaxy S2). But when trying to create an iphone application, I got a blank page without any worning or error.

I'm stuck in this problem even though I followed all the instructions in the getting started tutorial http://docs.phonegap.com/en/1.7.0/guide_getting-started_ios_index.md.html#Getting%20Started%20with%20iOS. Have you please any idea?

GWT version: 2.4, JDK: 1.6, Phonegap cordova: 1.7

Daniel Kurka
  • 7,973
  • 2
  • 24
  • 43
bouhmid_tun
  • 344
  • 1
  • 4
  • 17

1 Answers1

2

Take a look at http://www.m-gwt.com

It has a library for building gwt applications for phonegap. The bootup situation (which can be quite tricky) is handled inside gwt-phonegap

Daniel Kurka
  • 7,973
  • 2
  • 24
  • 43