You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS 18 there was a regression where we could not tap some Kingfisher image elements. (See #2370 and #2342)
We fixed this issue with #2498, however the developer needs to remember to set the .kfClickable() modifier to every KFAnimatedImage call to avoid this problem.
Although the tapping problem was solved on our end, so this is low-priority, it would technically be better to revert this fix and either upgrade to Kingfisher 8.0.3, or to backport this fix to our current Kingfisher version
The text was updated successfully, but these errors were encountered:
On iOS 18 there was a regression where we could not tap some Kingfisher image elements. (See #2370 and #2342)
We fixed this issue with #2498, however the developer needs to remember to set the
.kfClickable()
modifier to everyKFAnimatedImage
call to avoid this problem.A better fix was created and applied on Kingfisher 8.0.3 (onevcat/Kingfisher@b4837a9) (See issue onevcat/Kingfisher#2295).
Although the tapping problem was solved on our end, so this is low-priority, it would technically be better to revert this fix and either upgrade to Kingfisher 8.0.3, or to backport this fix to our current Kingfisher version
The text was updated successfully, but these errors were encountered: