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 wonder if it is possible to do something like this. I would like to display the url inside a webview, but I can't get the title/text of the clicked anchor tag.
I wonder if it is possible to do something like this. I would like to display the url inside a webview, but I can't get the title/text of the clicked anchor tag.
<HTMLView value={content ? content.rendered : ''} onLinkPress={(url, text) => { navigation.push(WEBVIEW, { url: url, title: text, }); }} />
The text was updated successfully, but these errors were encountered: