markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.42k stars 117 forks source link

Open link in incognito mode #475

Closed jech closed 1 month ago

jech commented 1 month ago

Hi,

When scanning a QR code containing an HTTP URL, I often want to open the link in my browser in incognito mode. This is a little bit involved: I need to copy the link, then open the browser, then open an incognito tab, and finally paste the link.

It would be great if BinaryEye could offer the option to directly open the link in a tab in incognito mode.

markusfisch commented 1 month ago

Good idea! 👍 Haven't thought about this!

markusfisch commented 1 month ago

Turns out opening URls in inkognito mode is currently not supported on Android 😞

Maybe it will be possible in the future.

jech commented 1 month ago

Thanks for investigating.