Sometimes when I tap an IconButton, Ill see the ri...
# compose
z
Sometimes when I tap an IconButton, Ill see the ripple effect, but no click event will be registered. It doesnt happen all the time, but definitely a couple of times per week. Anyone else experiencing the same thing? Im using
Modifier.combinedClickable
, if that makes any difference.
r
This may not be your problem but I’ll mention it just in case: I sometimes swipe my buttons by mistake, especially the small ones (my finger leaves the bounds of the button before lifting). You get a ripple and no click in that case https://kotlinlang.slack.com/archives/CJLTWPH7S/p1642372000105400
z
Thank you! It does sound like the same thing, but I never experienced any issues when using views in the past. Could it be that the touch bounds differ? I feel like something has changed; maybe worth it to file a bug?
r
I wonder if Material specifies this behavior. In any case, there does seem to be an inconsistency.