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.
Vaadin + Phonegap (No touchkit)
Hi...
I have a Vaadin desktop application that I want to install as a native mobile app using phonegap (Phonegap build) (Embeeded as an iFrame). Everything works fine, but the moment it make a call to a phonegap plugin (Ex: sound), the application kind of freezed. Every request after this (userr click, etc) doesn't even get to the server, but if I turn the device Off/On, the request is fulfilled and does what its needs to do, until the user makes the next action.
Is there something I'm missing?
Attached is the phonegap build code.