bitpay / cordova-plugin-qrscanner

A fast, energy efficient, highly-configurable QR code scanner for Cordova apps and the browser.
MIT License
568 stars 773 forks source link

How to route to another page after the scan? #352

Closed dotocan1 closed 2 years ago

dotocan1 commented 2 years ago

I tried using destroy() and then route to another page but it stays on the same page. Same happens when I use hide() or cancelScan().

What do I have to code before routing to another page?