Reputation: 589
I created a QR for the URL of a specific web page using the QRDroid app on my Android based smart phone. I then scanned the QR image two different ways: (1) using the "scan" option of QRDroid and (2) using the ZXing bar code scanner 4.4. In case (1), as soon as the scanner recognized the URL, it took me directly to the web page. In case (2), the scanner took me to an intermediate display showing the URL hyperlink and some other information. In order to go to the web page represented by the link I had to either touch a "button" labeled "open browser" or touch the displayed URL link.
Is there any way to configure the ZXing scanner so that it takes the user directly to the web page rather than presenting the user with a hyperlink? The QRDroid scanner gives the user a choice in its "setup" menu -- "ask me" vs "open URL" -- but I do not see a similar choice of options for ZXing 4.4.
Upvotes: 1
Views: 1134
Reputation: 66896
No, for security reasons, Barcode Scanner (this is the name of the app) will never automatically open a URL. By default. You can set it to do so in Settings, but it's a user choice. EDIT: actually this setting is not in the open source project at the moment.
Upvotes: 1