Hey!
I want to implement a finger painting for my application. I use the SkiaSharp. I'm following the tutorial for SkiaSharp from Microsoft (copy and paste). For android work it perfekt, but on iOS I become the "white view", but it drawing nothing. I dont know why... Do I have to add some library or plugins explicit for iOS? Thank you for your help.~~~~
The source code for finger painting for iOS and Android is here:
https://github.com/xamarin/xamarin-forms-samples/tree/master/Effects/TouchTrackingEffect/TouchTrackingEffect/TouchTrackingEffect
I used it in one of my apps previously, it works well.
Answers
The source code for finger painting for iOS and Android is here:
https://github.com/xamarin/xamarin-forms-samples/tree/master/Effects/TouchTrackingEffect/TouchTrackingEffect/TouchTrackingEffect
I used it in one of my apps previously, it works well.