Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlinks not opening in external browser #11

Open
GithanjalliE opened this issue Dec 20, 2022 · 0 comments
Open

Hyperlinks not opening in external browser #11

GithanjalliE opened this issue Dec 20, 2022 · 0 comments

Comments

@GithanjalliE
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant