ludwighen

Results 11 comments of ludwighen

@ffxsam I have the same issue with safari crashing and reloading the web page. We're however using a React app.

Also weird: Files smaller than 500KB work fine. Larger files fail. I'll see if I can put something together later but I am really using a basic implementation: ``` const...

totally agree. I was having the same problem. @Samin100 could you explain your solution?

I made a PR with this changes #101 But as pointed out, this repo might not be regularly maintained, so if you want to use my fork with the fix:...

Same issue but I believe it only happens in dev builds. Does the issue happen in a production build for you @sravis02? What happens for me: I have a canvas...

Following up on this, I think I found a workaround for the issue @cesargdm. Indeed I have the same issue and I first thought it would only happen in my...

Update: Unfortunately the hack doesn't work fully reliable after all.. It causes the issue to disappear when I have just a handful of elements in the canvas. But when I...

Thanks @wcandillon, indeed that's what I planned to do next... I'll keep you posted

nice! Probably dumb question but do I need to build skia locally to do that? If I install from your branch it get's added as react-native-skia-dev-tools.

So I tested your fix with 0.1.241 beta but the issue is still there. Next I tried the useTexture approach but I cannot get the basic example working. It throws...