I have a simple QR code on my about page. If I navigate away and then back I get a 'Cannot access a closed Stream' and the QR code is not shown. I believe the image has been disposed of and it appears only to be a problem with Android. Can you suggest a workaround?
The element in the AboutPage.xaml is like this:
<cv:BarcodeImage x:Name="BarEmail" Grid.Column="1" Grid.Row="1" Aspect="AspectFit" BarcodeForeground="Red" BarcodeBackground="LightYellow" BarcodeWidth="200" BarcodeHeight="200" BarcodeMargin="5"
BarcodeFormat="QR_CODE" Barcode="contact@......."/>