-
Notifications
You must be signed in to change notification settings - Fork 514
[ iOS 18 Simulator regression] Scrolling Freezes When Canvas is offscreen #3112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
And i guess it's not only ios problem, android has the same problem |
it's an interesting comment because on a older iOS simulator (same
React/React Native version), the bug doesn't appear.
…On Fri, May 16, 2025 at 10:11 AM Yurii Lutsyk ***@***.***> wrote:
And i guess it's not only ios problem, android has the same problem
—
Reply to this email directly, view it on GitHub or unsubscribe.
You are receiving this email because you authored the thread.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
This issue only happens on Simulator v18 and above.
We're hitting the same issue as rive-app/rive-react-native#294
When on simulator, invoking CAMetalLayer::nextDrawable can take up to 1 second if the canvas is offscreen (e.g., presenting the surface doesn't change any pixels on screen).
Doing gesture events while still having the canvas offscreen will result in having the correct framerate.
React Native Skia Version
latest
React Native Version
confirmed on 0.78 and 0.79
Using New Architecture
Steps to Reproduce
use the example below
Snack, Code Example, Screenshot, or Link to Repository
The text was updated successfully, but these errors were encountered: