Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-15-2012, 11:12 AM   PM User | #1
hdoss
New to the CF scene

 
Join Date: Oct 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
hdoss is an unknown quantity at this point
Exclamation URGENT://HTML coding for a specific iPad feature.

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!
Attached Files
File Type: zip index.zip (1.5 KB, 26 views)
hdoss is offline   Reply With Quote
Old 10-15-2012, 04:24 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,592
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
I can’t be bothered to download and unzip that attachment in order to view your code but I suppose this has nothing to do with HTML, but rather with the JavaScript that is applying the functionality. And as you seem to use jQuery I’ve moved the thread to the JS frameworks forum.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:53 AM.


Advertisement
Log in to turn off these ads.