danielsogl / awesome-cordova-plugins

Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support.
https://danielsogl.gitbook.io/awesome-cordova-plugins/
Other
2.41k stars 2.42k forks source link

@awesome-cordova-plugins/barcode-scanner uses deprecated phonegap-plugin-barcodescanner. Is there a plan to replace? #4166

Closed jimbarrett33 closed 2 years ago

jimbarrett33 commented 2 years ago

I'm submitting a ... (check one with "x") [ ] bug report [x ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/

Current behavior: the @awesome-cordova-plugins/barcode-scanner uses deprecated phonegap-plugin-barcodescanner. Is there a plan to replace the deprecated phone gap plugin?

Expected behavior: Seems to still be working but seems this is an eventual death march.

Other information: https://www.npmjs.com/package/phonegap-plugin-barcodescanner https://github.com/phonegap/phonegap-plugin-barcodescanner

xulihang commented 2 years ago

There is the cordova-plugin-dynamsoft-barcode-reader.

It uses the native camera preview and allows putting web elements on it.

You can learn more by checking out this article: Writing a Wrapper to use Cordova Plugins in an Ionic App

LeandroFChaves commented 2 years ago

Up

github-actions[bot] commented 2 years ago

There has been no recent activity and this issue has been marked inactive.

Constaline commented 1 year ago

How about using okhiroyuki/cordova-plugin-barcodescanner to replace ?