Hi Everyone
Hope you’re all well.
I am using the following script embedded into the EOS message via HTML.
<script>
setTimeout(function(){
window.close();
}, 1500);
</script>
This closes the browser window fine in Safari, but not in Chome.
Any ideas?
Thanks :)