ouibounce icon indicating copy to clipboard operation
ouibounce copied to clipboard

Mobile Support

Open noahmanion opened this issue 9 years ago • 1 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?

noahmanion avatar Jan 18 '16 19:01 noahmanion

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.

chrisdesrochers avatar Sep 28 '16 02:09 chrisdesrochers