Xamarin.Forms ZXing.Net.Mobile loosing current page after scan result on iOS 10
问题 I'm using Xamarin.Forms and I have implemented ZXing.Net.Mobile for scanning bar codes. On Android it's working fine, on iOS 10 after reading a barcode the function "OnScanResult" is fired and executes the command Navigation.PopAsync() which closes the scanning page but after a second it closes also the current page where I have displayed the result ! MyTapScan.Tapped += async (sender, e) => { await MyBtScan.ScaleTo(1.20, 100, Easing.Linear); await MyBtScan.ScaleTo(1, 100, Easing.Linear);