Problem with url on mobile device
Hi everyone,
I want to open a link to a page (that could be on the interenet or intranet). I'm testing the function with an internet link (es. https://www.google.com/) but there is some problem: in preview mode I'm able to open the link, in mobile device nothing happens.
In 2D canvas I put a button that call this function:
$scope.openConfirmationPage=function(){
let url= "https://www.google.com/"
window.open(url)
}
Anyone has a solution?
Thank you.



