Replies: 1 comment
-
@lcundiff, your configurations don’t appear problematic for that issue to me. However, I typically recommend avoiding setting any values in On mobile devices, setting The lag issue with the emoji picker appears to stem primarily from Flutter's graphics engine, |
Beta Was this translation helpful? Give feedback.
-
Since emoji lag isn't listed as an issue on the repo, I figured something with our configs is off, and wanted to see if anyone else has experienced a similar issue with the emoji picker lagging tremendously when opening emoji editor only on IOS?
What happens is that the emoji picker lags on opening and when its added will lag anytime an update occurs - which could be adding another emoji, shape, or even clicking an editor tool. So I think its lagging from the image being generated in background with the emoji and for some reason it doesn't like a combination of our settings and the emoji on IOS.
Been debugging for a couple of weeks, but thought I'd start a discussion in case others have experienced it and to help future devs with same issue potentially.
Also, I am not sure what is recommended for max Concurrency or numberOfBackgroundProcessors, but if there are any tips on choosing these numbers as well, that would be helpful!
One last note, our app also lags and freezes when drawing a thick line with the draw tool, but I tested this on the web demo, and the thick line only lags a little bit. So once again, I think our configuration settings may be off. So I will update with any discoveries with different combinations.
Beta Was this translation helpful? Give feedback.
All reactions