Hello
I have 2 webviews
In one of the webviews there is loading a page with a hyperlink
If I click the link the page will open in the same webview as where the hyperlink is.
What i want is that when i click the hyperlink it open the link in the second webview
I have 2 webviews
In one of the webviews there is loading a page with a hyperlink
B4X:
<marquee behavior="scroll" direction="left">
<a href="https://www.b4x.com/android/forum/" target="_blank" style="color: yellow">Open site</a>
</a>
If I click the link the page will open in the same webview as where the hyperlink is.
What i want is that when i click the hyperlink it open the link in the second webview