Skip to content

Navigate back "'Cannot access a closed Stream". Android only #194

@ealann10

Description

@ealann10

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@......."/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions