ZXing.Mobile.MobileBarcodeScanner.Cancel() not working
问题 I'm developing a mobile application on Xamarin Forms for UWP, Android and IOS on Visual Studio. I'm currently testing the app on my computer(Windows 10) and my phone (also Windows 10). I'm using Zxing MobileBarcodeScanner to scan multiple barcodes. When i press the back button i call the MobileBarcodeScanner.Cancel(). The only thing that it does is to close the camera. It doesn't depose the MobileBarcodeScanner's UI and i didn't found any solution for that. Can anyone help me or suggest a