Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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