I use gwt, smart gwt mobile along with phonegap in my sample application. The application is not working in iOS when i do a phonegap build for ios as i only have a white screen. There are no errors and its difficult for me to understand the problem. Im attaching my gwt.xml file for reference and also the entry point class.
Can someone throw light on the issue as to what additional should be done to debug the problem? In XCode console i dont see any errors. I went through the forum for similar issue and found the issue reported for android.
I use maven to do the GWT compile and this is where i have the problem. When i use the super dev mode, i observed that .nocache.js script is completely different and generated and when i paste this output in www folder of phonegap,everything works fine, there is no white screen but i see "compiling module" and then the application loads. This cannot be ported on the phone because super dev mode is not reachable and not the right way. I want to do like in a production mode here.
Please let me know where I am going wrong.