I'm trying to draw new elements/images via the new skiasharp library for xamarin forms. I got the samples working but they only change the full content page with the new canvas.
So my question would be how to implement a single view which can be placed in any place in another content page. Does anyone have experiences with skia? How do I choose the canvas? Do I have to overwrite an existing Image or similar?
Thanks for you help.