Open davidanquetin opened 4 years ago
Hello I use cordova (8.1.2) with VueJs, with cordova-plugin-webserver 1.0.3 (1.0.4 does not install)
I already added cordova.js script tag in index.html.
When I call window.webserver or webserver (after deviceready event is fired), the result is always undefined...
window.webserver
webserver
I've seen that the problem has arrived to others devs, but any solution on my side..
Hello I use cordova (8.1.2) with VueJs, with cordova-plugin-webserver 1.0.3 (1.0.4 does not install)
I already added cordova.js script tag in index.html.
When I call
window.webserver
orwebserver
(after deviceready event is fired), the result is always undefined...I've seen that the problem has arrived to others devs, but any solution on my side..