The jquery click event doesn't work in mobile safari.
I tried the "curson: pointer", also downgrade/upgrad jquery version but nothing work.
https://codepen.io/larsen1982/pen/yWYNLj
$(".next").click(function(){
if(animating) return false;
animating = true;
This is the jquery: http://thecodeplayer.com/uploads/js/jquery-1.9.1.min.js
In desktop, ipad and Android smarthpone browsers the code work fine. In chrome and safari mobile (iphone) the buttons don't work.