This is most likely a browser issue, but I have a mobile website that I launch the zxing app from, passing in a callback URL. Everything scans fine and returns the scanned data as I expect.
However, instead of the URL returning to the "same" window/tab/etc
in the browser on the phone, a new window is opened with the URL.
Any thoughts on how to get it to return to the same window that launched the scanner?
BTW - This is a jquery mobile site build with asp.net MVC 3
, and I'm using the default android (4.0.4) browser.