-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi, I have been using the paid LibFx version. I would like to bring into your notice an issue that I face. Whenever I copy paste a link in webview, the url is not opened in external browser but only within the same webview. This issue does not occur for links that are previously present in the webview. Following is the usage of LibFx:
void AddHyperlinkListener() {
WebViewHyperlinkListener hyperlinkListener = event -> {
WebInfo.ShowURI(event.getURL());
return true;
};
WebViewHyperlinkListenerHandle printingListener = WebViews.addHyperlinkListener(this.m_webView, hyperlinkListener, HyperlinkEvent.EventType.ACTIVATED);
printingListener.attach();
}
Could you please look into this issue and fix it if possible? Thanks
Metadata
Metadata
Assignees
Labels
No labels