Greetings,
I'm building a barcode scanner that aims to scan QR Codes. Upon completion of the scan, I want the url to be opened up in a browser. Is there way to do this? So far I've only managed to return the url into the link component, which requires me to click the link to launch the url.
Thanks