Revision history [back]

click to hide/show revision 1
initial version

answered 2012-10-10 04:46:17 +0800

windeyu gravatar image windeyu flag of United States

I did this long ago, but I think it still works in the same way. Please see the the sample Hello World app in this tutorial:

http://docs.phonegap.com/en/2.1.0/guidegetting-startedandroid_index.md.html#Getting%20Started%20with%20Android

The PhoneGap code is very simple. It calls

    super.loadUrl("file:///android_asset/www.index.html");

I somehow managed to load the URL that pointed back to a zul page in my backend server. I don't remember the details, but I found a link below that may explain in concrete code. I didn't go further beyond ths point. At least it showed me that PhoneGap worked fine with the ZK client-side library. (It was ZK 5 and an earlier version of PhoneGap I tested.) You have to try out yourself from here. Good luck.

http://comments.gmane.org/gmane.comp.handhelds.phonegap/23680

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More