Open huangjinshe opened 4 years ago
What version of ZXing.Net.Mobile did you try?
@knocte , The newest version when 2 Jun.
@huangjinshe beta(3.x) or stable(2.4.1)?
@knocte stable(2.4.1)
@huangjinshe can you test with the 3.0 beta pre-release please?
When I use Xamarin. I can use
MobileBarcodeScanner.ScanContinuously
, then I can scan, also display the scan result immediately useApp.Current.MainPage.DisplayAlert
without terminate the current scan page,It's all normal when use UWP and iOS, but Android,
DisplayAlert
message box will not show up until I cancel or go back to the previous page. (just like the camera page cover up the message box)Is that a bug or a Android setting problem?? or Is there a way I can avoid it for Andoird?