carlsednaoui / ouibounce

Increase your landing page conversion rates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Support

noahmanion opened this issue · comments

I've been using Ouibounce with some success for a couple of clients. However one thing I've been missing is a modal to convert mobile visitors. Since there's no mouse that leaves the viewport, what I had been doing is detecting a mobile browser and if that test returns true, then I use setTimeout() and then use jQuery to show the modal.
I'm wondering if it would be possible for me to attempt to develop something that performs that action in the Ouibounce function?

Don't forget to consider the new AMP specs. Lots of sites are migrating mobile pages to AMP format which unfortunately does not support external JavaScript.