Paneforge thrashing #229
Replies: 1 comment
|
Nevermind. I figured out that it's a structural issue with how svelte 4 handles $isMobile: it can change value when the keyboard comes up. Triggering a top-down re-render. |
0 replies
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.
Greetings,
(I tried to sign up to Discord to ask this but their email confirmation is broken right now.)
Question: Are there any known thrashing e.g., keyboard thrashing issues with version 0.0.6? I.e., is upgrade the only option?
Any recommendations on what part of the code to look at to diff 0.0.6 and 1.0.2, to see what might help?
(I don't want to upgrade my Svelte 4 app to Svelte 5 until I know there's a market for it.)
Paneforge 0.0.6 works great on the desktop, but on some mobile browsers it has keyboard related thrashing issues:
Thanks for any tips.
All reactions