Hey guys,
We are currently improving our plugins to also address the PWA use case. All the plugins rely on cordova, which are not being shipped for Reactive Web Apps / PWAs.
With this in mind, we've released today a camera plugin, that works both on the browser and on the mobile device. The actions are the same, and the plugin adapts to the device it is running on (web or mobile device).
Afterwards, we are planning on addressing the bar code, local notifications and geolocation.
Stay tuned for more plugins :)
Regards,
Ricardo Alves
Thank you for your effort. I am currently facing this issue with barcode scanner in PWA. By combining CameraPlugin to take a picture and ZXingLib to later process it, I could get this to work. However it is not reliable due to picture quality or angle or other reasons.
I can see that plugins for mobile projects use cardova, which is not available in PWA, but there is ReactQR_lib to scan qr code in PWA but only QR code. It uses video stream which would be great to adopt for better scanning, but i dont know how. I am not familiar with mobile app development and if anyone could point me into right direction on what OutSystem is using in backend, is it Ionic or PhoneGap.