Hi,
i'm creating a web app for a set-top box SAGEMCOM CS 50001. This web app will opened through the Opera Browser integreted.
In the home page, i placed a back button, and this is the javascript code:
$("#backButton").on('click', function () {
event.preventDefault();
main_page = false;
window.close()
});
But the browser does not close. Why?
Any suggestions?
Many thanks