I need to create a popup in my web app to load a unity file. For that I\'m using Javascript\'s Window.Open.
I don\'t want the user to see the popup\'s URL or to give
Instead of window.open() use window.showModalDialog()
window.open()
window.showModalDialog()