webview open target links URL

hi
I have a webview project

I want some links to be opened in a new tab when clicked

sample : Example Domain (if it contains targetblank ,this link click on web page open default browser)
Example Domain (if it contains custontabs this link click on web page open chrome tabs)
else all other links open in webview app

Hi @maltagaming, welcome to the community!
Well, you will need first to use CustomWeb view extension in your project:


And you will now when a website would like to open a new tab using new Window Request event.You can do your code to add a new tab under this event.