fttx / barcode-to-pc-server

Barcode to PC server
https://barcodetopc.com/
GNU General Public License v3.0
207 stars 85 forks source link

The app does not input scanned data in electron app in production #341

Closed Muhammad-Taif-Khan closed 2 years ago

Muhammad-Taif-Khan commented 2 years ago

Hi there, i am creating an electron app that needs to receive barcode data using html input element. The barcode to pc works when my app is in development but it doesn't work when the app is in production.

fttx commented 2 years ago

Are you using macOS? Perhaps you need to give the accessibility permissions? Or if you use Windows you may need to start the server as administrator

Muhammad-Taif-Khan commented 2 years ago

I am using windows.

Muhammad-Taif-Khan commented 2 years ago

Are you using macOS? Perhaps you need to give the accessibility permissions? Or if you use Windows you may need to start the server as administrator

Let me try starting the server as administrator.

Muhammad-Taif-Khan commented 2 years ago

Are you using macOS? Perhaps you need to give the accessibility permissions? Or if you use Windows you may need to start the server as administrator

Thank you so much! By running as administrator in windows solved the problem.