Some time back I was implementing a functionality for Firefox browsers on Android devices and I found a strange problem – For Firefox > 18 on Android devices if I move an element using CSS3…
Articles with issue
Replicating the iPhone Swipe Gesture – Vertical swiping
For those who wanted a vertical swiping feature to the the swipe gesture gallery that I created earlier, this post has a new demo and minimal explanation about a vertical swipe gesture gallery. Now you can…
Continue Reading “Replicating the iPhone Swipe Gesture – Vertical swiping”
Replicating the iPhone Swipe Gesture – auto scrolling feature
This is an update to the Replicating touch swipe gesture javascript implementation series that I have been writing for some time now and this time I have tried out the auto scrolling feature. Sometimes users…
Continue Reading “Replicating the iPhone Swipe Gesture – auto scrolling feature”
Circular swipe gesture gallery – looping through images
This is another update to the regular swipe gesture gallery that I created in two of my earlier post – post1, post2. This time I have implemented the looping feature for the images. The gallery…
Continue Reading “Circular swipe gesture gallery – looping through images”
Replicating the iPhone Swipe Gesture – common code for mobiles and computer browsers.
This is another update for the iPhone Swipe Gesture that I have created. This is the third update to the series – Part 1 and Part 2. In case you have missed out of the…
Replicating the Swipe Gesture iPhone Gallery for mobile web– HTML5 – flickering issue fixed
The swipe gesture image gallery that we talked about in one of the earlier post had a strange flickering issue. There was a slight flickering of the image that was being swiped along with the…