Back to All

how to open link externally

Hello
please guide me on how to open the link external
I use the code for rules add runtime
var rulesArray = [
{
"id": 1,
"regex": "https?://.*?external=true",
"internal": false
}
];
gonative.internalExternal.set({"rules": rulesArray});
and my link
Click

Thanks