Live reload quasar cordova app
-
Hello
I have a quasar app with some cordova plugins like onesignal, camera etc.
Currently, I have to rebuild the app everytime I make changes to debug.
Is there a live reload solution available in quasar?
Thank you in advance…
-
HMR should work out of the box. Just put your phone/tablet in the same network as the dev machine (and also connect it with a cable) and run quasar dev…
-
Hello thanks for your response…
What if I have cordova plugins like onesignal that require building of the mobile app everytime to debug?
Thanks
-
i have found the answer for my question i think i needed this command
quasar dev -m cordova -T android
Thanks for your help…