Adam Green

Results 22 comments of Adam Green

Also would love to see this as a feature, we're getting some hangs relating to Rive when initially loading some complex(ish) animations (300ms hangs etc).

Also running into a similar issue using IPX where I get a 404 error for all images hosted locally and a net::ERR_TOO_MANY_REDIRECTS for all external images. I've attempted using cloudflare...

We're also getting this issue when trying to build for iOS 17 with XCode beta.

+1 - we're also seeing this, getting 250-600ms hangs that we've narrowed down to sections of the app containing multiple rive animations.

Any update on this / you guys been able to reproduce the issue internally?

No worries, not sure if this is related (I suspect it is), but RiveViewModel.riveView also isn't available for some reason after initialisation. ``` import SwiftUI import RiveRuntime struct Onboarding: View...

@zplata Any update on improvement of the SwiftUI implementation to negate some of these issues? We're running into issues in instances where StateObject isn't an option (e.g. when trying to...

@Razikhan111 - are you experiencing this on iOS 13 Beta / or are you on iOS 12? I'm experiencing similar issues using StreamingKit (/tumtumtum/StreamingKit) on iOS 13, so might be...

Also seeing this issue ourselves; doesn't appear to be an issue with MP3's.

I'd LOVE this too, struggling with how to implement it myself >.