Hi CF,
I need urgent help with html coding which may seem pretty easy to all you Html experts!
I'm creating a feature for an iPad app, a very simple feature that makes a slow image sequence of images loop. It is simple html coding that a company has put together, and I build the html settings online.
Please see example here:
http://feature.magplus.com/build/301...6e6ac0c/build/
However, the default coding allows someone to swipe through the image to accelerate the sequence which then makes it stop as soon as it is let go. I do not want the reader of the App to be able to do this. I simply want it to sequence loop without being affected by touch.
The html file is attached. Please can someone let me know which line/word I am supposed to delete??
I've tried deleting 'touchstart', from the following line:
$(document).bind('touchstart', function(e){
so it looks like:
$(document).bind(function(e){
But it just made nothing appear.
Please help!