Hi, I am encountering an issue when running the sample application on device, where every example shows black screen instead of drawing. On the simulator the drawings are shown properly. Tried running on multiple devices, iOS 15.x
Are you able to replicate the issue or know any possible solutions?
The issue seems to be with SkiaView image. The CGIamge created on line 98 in SkiaView.swift is not rendering properly. Not sure why, but converting image into UIImage or png and then back will render on device.
Hi, I am encountering an issue when running the sample application on device, where every example shows black screen instead of drawing. On the simulator the drawings are shown properly. Tried running on multiple devices, iOS 15.x
Are you able to replicate the issue or know any possible solutions?
Thank you.