kulkarniswapnil / cordova-honeywell-plugin

Honeywell laser barcode scanner plugin -
MIT License
4 stars 3 forks source link

Overwriting Launch Browser setting #1

Closed acarterTDS closed 1 year ago

acarterTDS commented 1 year ago

I know its a long shot given how long it's been, but I'm experiencing an issue where the setting for toggling whether or not scanning a URL will automatically open the browser isn't being adhered to in our application. If I turn the setting off it will stop opening the browser automatically everywhere except the application we're using the scanner in. I was able to stop it by adding properties.put(BarcodeReader.PROPERTY_DATA_PROCESSOR_LAUNCH_BROWSER, false); to the HoneywellScannerPlugin.java file, but I'm curious if you happen to know anything about why the setting seems to get overwritten and/or any way to prevent that behavior from happening. We tried creating a custom settings profile for the application and that didn't work either.

edit: device is a Honeywell CT-60 on Android 10