Search code examples
cordovaprogressive-web-appsionic4ionic-nativecapacitor

PWA with ionic and capacitor, native plugin complains cordova not available, on browser and device


I am developing a PWA with ionic 4.12 and Capacitor, I would like to use the native plugin ImagePicker; I followed this guide https://ionicframework.com/docs/native/image-picker, when I run imagePicker.getPicture, get this error "cordova not available" both on browser and on the device, I do not know how to make working the plugin, thanks in advance.


Solution

  • Cordova plugins are not supported on PWAs yet

    https://github.com/ionic-team/capacitor/issues/769