There is One Page and One View.
In page's xaml file
<ContentPage.Content> <ScrollView Orientation="Vertical"> <StackLayout HorizontalOptions="FillAndExpand"> <local:InnerView/> </StackLayout> </ScrollView> </ContentPage.Content>
I made skiasharp in InnerView, but skiasharp is not work in that view.
how can i apply skiasharp in local view?