Hi everyone! Has anyone face a problem with zoom g...
# compose-android
s
Hi everyone! Has anyone face a problem with zoom gestures about performance? I have created a simple Box with an image and some button above the image and it seems that in release mode it works bad. Sometime you make a gesture and must wait 1 second the get the gesture executed. I have checked recompositions but no unnecessary recompositions made and it works better in debug mode than in release mode 🤯
s
Could you share a bit more info to narrow it down? Which device(s) and Android version are you testing on? How exactly are you implementing the zoom gesture. If possible, could you provide a minimal code snippet or sample project that reproduces the issue?