InvalidValue Fuse.DrawContext

Hi, I have this code which works fine in the preview but not on iOS, what should I do ?

Nothing shows up (black screen), and I get “InvalidValue Fuse.DrawContext” in the XCode log stack.

<App Theme="Basic">
    <Page ux:Name="self">
        <DockPanel>
            <ScrollView AllowedScrollDirections="Horizontal">
                <Panel>
                    <Image File="Assets/images/planGlobal.jpg" StretchMode="UniformToFill"></Image>
                </Panel>
            </ScrollView>
        </DockPanel>
    </Page>
</App>

Thanks

The image was just too big :’) The best practise is probably to split the image in tiles and put these tiles in a grid (or simplier lower the image resolution).