daltonmenezes / use-exit-intent

🐠 A React Hook to handle exit intent strategies
https://use-exit-intent.daltonmenezes.com
MIT License
79 stars 4 forks source link

Mobile Detection Strategies #2

Open smcguinness opened 1 year ago

smcguinness commented 1 year ago

Are there plans to add additional mobile exit detection strategies? Ones which I'm familiar with are

  1. Scroll-down threshold with quick scroll up
  2. Device edge swipe detection
  3. Back button detection (Insert faux page via History API)
daltonmenezes commented 1 year ago

Hi @smcguinness , it sure will be great to have more strategies. As soon as possible, I'll take a better look at this, okay? Thanks.