Hello,
First, thanks a lot for this great framework!
I have issues with some TouchTargetSizeCheck errors being triggered in places where I don't see any accessibility issue. The case is always the same : I have a button at the bottom of my screen and above it gets displayed a permanent error snackbar (with a close button to dismiss it). Because of this snackbar, the portion of the button that stays visible is smaller than the minimum touch target size, which triggers the error. However, I don't think this is an accessibility issue because the snackbar can be dismissed, and once dismissed the button size is big enough.
Do you have an idea of how I could avoid these false positives ? I'd like to keep the TouchTargetSizeCheck so I can know if there are other touch target size issues.
Hello,
First, thanks a lot for this great framework!
I have issues with some TouchTargetSizeCheck errors being triggered in places where I don't see any accessibility issue. The case is always the same : I have a button at the bottom of my screen and above it gets displayed a permanent error snackbar (with a close button to dismiss it). Because of this snackbar, the portion of the button that stays visible is smaller than the minimum touch target size, which triggers the error. However, I don't think this is an accessibility issue because the snackbar can be dismissed, and once dismissed the button size is big enough.
Do you have an idea of how I could avoid these false positives ? I'd like to keep the TouchTargetSizeCheck so I can know if there are other touch target size issues.