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
I have a temporary fix which is using a custom renderer for img tags and check if the parent is A tag in the gesture detector onTap handler but that also brings another issue, the image will not display if I use the child passed to the render function.
The text was updated successfully, but these errors were encountered:
devhammed
changed the title
I have a temporary fix which is wrapping using a custom renderer for img tags and check if the parent is A tag in the gesture detector onTap handler but that also brings another issue, the image will not display if I use the child passed to the render function.
Image not appearing when wrapped in a widget using custom rendering
Jun 16, 2020
I have a temporary fix which is using a custom renderer for
img
tags and check if the parent isA
tag in the gesture detector onTap handler but that also brings another issue, the image will not display if I use the child passed to the render function.Will not work:
Will work:
_Originally posted by @devhammed in #301 (comment)
The text was updated successfully, but these errors were encountered: