angularjs - How do I prompt a modal when the user leaves my website in Javascript/Angular? -


is there way in angular or javascript detect user leaving website (can closing browser or entering page) , prompt modal? in modal want ask user why leaving.

also, oke have this? website black listed due "annoying: feature?

with angular use

$scope.$on("$locationchangestart",function(){      //do stuff here }); 

to detect when user leaves page.

if use alert('your message');, browser problably give user option block alerts site.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -