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
Html( data: "<a href=\"https://www.alwakeelnews.com\"><img alt=\"\" src=\"https://via.placeholder.com/320x100.jpg?text=C1-320x100\" /></a>", onLinkTap: (link) { print(link); }, onImageTap: (image) { print(image); }, ),
onImageTap Works perfectly...But onLinkTap Does not work at all
The text was updated successfully, but these errors were encountered:
This is a known issue (see #121). Updates will be posted there. You can anticipate this issue being fixed by the end of the year with the release of 1.0.0.
Html( data: "<a href=\"https://www.alwakeelnews.com\"><img alt=\"\" src=\"https://via.placeholder.com/320x100.jpg?text=C1-320x100\" /></a>", onLinkTap: (link) { print(link); }, onImageTap: (image) { print(image); }, ),
onImageTap Works perfectly...But onLinkTap Does not work at all
The text was updated successfully, but these errors were encountered: