Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Cordova "hot reload"
-
Is there a “hot reload” option for Cordova? Generally, I’ll use
yarn run dev
to work with “browser only” items. However, when I need to test Cordova-specific plugins, I have to runcordova serve
. It would be nice if it had a hot reload option. Perhaps I’ve simply overlooked something?