webbrowser control - BAck to external browser closed app -


my application opened in external browser.

there possibility when person returns application automatically close?

thank you,

no. browsers "sandboxes". can't detect when return application.

the best can in javascript, ask window close when think user doing working in tab (but users can decline close in browsers):

function closewin() {      mywindow.close();   // closes new window  } 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -