Ville Lähde

Results 3 comments of Ville Lähde

Furthermore, I am using Vue 3. This does fire onDeviceReady in App.vue, but navigator.notification remains undefined: ``` //main.js import { createApp } from 'vue' import App from './App.vue' const vue...

So it appears that the problem is with navigator.notification. It does not work for some reason or another. But when I tested with navigator.camera, it will work as intended

I am having the same issue. Help would be appreciated!