When I need to redirect to a tel:****
link in ZK and then redirect the user to another page after the call, I encounter a problem. Every time I click on the link, ZK interprets it as leaving the browser, which results in my client session ending automatically (even though I am still on the page, but with the application stopped), and redirects the user to a Timeout page.
Is there a way to achieve this desired behavior without resorting to opening a new tab, which I find to be a somewhat tricky solution?
Thank you.