Phonegap

Hello,

I have got an vaadin application (without touckit) and I like to use phonegap to generate android or ios apps.

I dont know how to embed the Vaadin application into phonegap. I am “phonegap beginner” so could someone explain the steps or give me an example on how to embed the vaadin application from the scratch?

Thanks a lot!

Christian

Hi,

The integration is typically done by running the Vaadin app in an iframe in the cordova/phonegap web view. Here is a demo project by one Vaadin employee that does just that: https://github.com/hennyman/VaadinCordova. The documentation might still be a bit lacking, but perhaps you can still get necessary information from there to get started.

-Pontus