vue-cli-plugin-cordova
vue-cli-plugin-cordova copied to clipboard
Vue Cli 3 Cordova Plugin
I am trying to use notifications in my Vue/Cordova application. I have installed cordova-plugin-dialogs and calling the beeb like this in my App.vue when message arrives: **if(navigator.notification && navigator.notification.beep) navigator.notification.beep(6)**...
Please add compatibility with the new vue-cli-5 and webpack 5. The serve process is working pretty fine, but i couldn't build with it. The main-issue comes from the legacy-mode if...
cordova-serve-x command does not work with the latest cordova-ios and cordova-android versions. IOS - stuck after the splash screen Android - undefined:8000 net::ERR_NAME_NOT_RESOLVED ``` Installed platforms: android 10.1.2 browser 6.0.0...
I have a webcam and QR reader feature that uses getUserMedia implemented in my Vue.js app, all is working perfectly on the browser. Now I am building the app for...
After i install the cordova brother label printer plugin, this platform does not clean or build anymore when running npm run cordova-build-ios. Anybody else experience this issue? This issue randomly...
The Electron serve (`cordova-serve-electron`) does not serve from the dev server, but instead serves from the production files in `www` which are generated from the `cordova-prepare` command. These files are...
Can you support vite2.
I just running `vue add cordova`, sets the app id and name. > 🚀 Invoking generator for vue-cli-plugin-cordova... ⠋ Running completion hooks...App id contains a reserved word, or is not...
- system info: "@vue/cli-service": "~4.5.9", "vue": "^2.6.12", - issue reproduce steps: execute cmd: $ vue add cordova - result:  Has anyone of you got an issue like this?
This is the first time that I installed cordova in a running Vue project. Everything works fine, but all images in /assets are not found in builded apk, but is...