carlsednaoui / ouibounce

Increase your landing page conversion rates.
MIT License
2.31k stars 375 forks source link

is ouibounce not working for mobile and tablet views? is it because there is no mouse leave event? #123

Open SoubhagyaB opened 7 years ago

SoubhagyaB commented 7 years ago

Please let me know if any body have any solution to show the ouibounce modal window in mobile and tablet views. Any help will be appreciated. Thanks in advance

pjatx commented 7 years ago

Yeah - it doesn't support touch devices. One approach can be found here: https://github.com/carlsednaoui/ouibounce/pull/96 which seems to work when folks scroll very quickly up the page.

Other options are detecting mobile devices and firing at a certain time, otherwise use normal desktop behavior.