Joakim Borg

Results 9 comments of Joakim Borg

Did you get this to work? I do only get that they are not the same image, but they are. Here is my test: http://cdn.axiell.com/~dev/gota/image-test/html-template.html I use this code: ```...

I seems to have solved this part. I made maxDelta: 20 and it started to set "passed" to correct value.

Hello! Having the same problem and trying how to implement "preventDefaultEvents" in my script: ``` if (shouldSwipe) { jQuery(".sy-wrapper li").swipe( { tap: function() { var link = jQuery(this).find('a').attr('href'); if (link)...

Hello! I would be really grateful if someone could help me with this bug. It is getting quite frustrating. :( `preventDefaultEvents: false` does not work, it blocks all swipes for...

Thanks. The problem I have is the following: I have a slideshow. They have links. When I swipe left/right I am changing slide and the links should not be fired.They...

And @KylinWu thanks, but still I do not get it as I want to work. The link is firing on release when I scroll up and down.

Just tried to add preventdefault to swipe up/down, but no success: ``` if (shouldSwipe) { jQuery(".sy-wrapper li").swipe( { tap: function() { var link = jQuery(this).find('a').attr('href'); if (link) window.location.href = link;...

Yes, above example works as intended, also over here (I have similar solution already in place). It is only when I use "dataOnly" it stops working. See the fiddle here...

Hello! Thanks for answer! Good point of @! True also. :) I think from testing the regEx that the only actual problem with it is the img-tag with static adress,...