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
{{ message }}
This repository was archived by the owner on Dec 24, 2025. It is now read-only.
In a webview the user interacts with the content. Somewhat similar to markdown control.
This interaction might lead to changing the url (eg. clicking a link, or activating something that changes the page url). Somewhat similar to markdown.
It would be nice and consistent when the developer could catch these events with an on_link_tap handler and decide what to do with it. Somewhat similar to markdown.
(Eg: one could load a custom generated svg in a webview that includes links, and then the user could click on them which would change the behaviour of the app. Note markdown does not support svg currently and image control does not support svg links, soo webview could be the third way)