Questions tagged [swipe]

A quick motion gesture across the touchscreen.

A quick motion gesture across a touchscreen.

2837 questions
1
vote
1 answer

How to control mobile browser scroll behavior with jQuery?

I am working up a gallery that uses swipeleft and swiperight gestures to switch the object on a touch device. I need to disable page scrolling when it appears that the user is trying to swipe and enable page scrolling when it becomes clear that that…
RARay
  • 827
  • 6
  • 16
1
vote
1 answer

Detect Speed of Swipe with jQuery Mobile swiperight

I'm using jQuery Mobile and I want to detect the speed of a swipe to create a 'flick' effect with a carousel. Is there a way to determine the speed of a swipe?
Antonio Moore
  • 930
  • 4
  • 14
  • 21
1
vote
0 answers

Android - view scrolls up automatically every time counter is updated

I have a view with 3 pages in which the user can swipe both horizontally (to move from one page to the other) and vertically (up or down to see all content when needed). I use a class like the code I give below that handles the gestures (I found it…
george
  • 1,386
  • 5
  • 22
  • 38
1
vote
0 answers

swipe images to change UIScrollView and UIPageControl

I'm afraid I'm having information overload. I have a Tutorial Page for my iPad app (iOS 5.1). I'm trying to create the tutorial page in such a way that the user can swipe left or right on an image (which shows tutorial information) to move to the…
tophersmith116
  • 432
  • 1
  • 5
  • 19
1
vote
3 answers

Number of touchmove events severely reduced on Android 2.3.3

I am currently working on the redesign of a website following the responsive design + mobile first approach. I am trying to detect swipe events using JS on touch-enabled devices. For this purpose, I am using the following…
pau.moreno
  • 4,407
  • 3
  • 35
  • 37
1
vote
3 answers

Adding touch-swipe support to jquery based sliders

Using this great thumb slider http://manos.malihu.gr/jquery-thumbnail-scroller However it doesn't offer swipe support for touch based devices. Is there an easy way to add touch-swipe support to jquery plugins like this?
Bachalo
  • 6,965
  • 27
  • 95
  • 189
1
vote
2 answers

Sencha carousel implementation in android

Can anyone let me know how to implement this feature specified at http://vimeo.com/24475654 Specially i am interested to know how to give dots below images which get changed when we swipe the images. Is there inbuilt function or any open source to…
user484155
0
votes
3 answers

Android linking more than one xml to java class file

I have implemented horizontal page view. One base page and three swipe pages. The base page is linked to the java class file. But there are actions in swipe pages. for eg: button click. How do i do it? Can i link the swipe pages to the same java…
JaseemAmeer
  • 107
  • 2
  • 15
0
votes
3 answers

Android image click in horizontal page view

I've implemented horizontal page view with many images. And I'm trying to create a click event on the image. public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.pbase); ImageView…
JaseemAmeer
  • 107
  • 2
  • 15
0
votes
1 answer

Android development: Check if WebView is Scrolled to Right Or Left

Im using GestureListner to Swipe against Tab(TabHost) But in one tab there is a WebView. And if the WebView is zoomed in and the user fling it switch tab and I don't want that! :) Ive tried if(!web.zoomoOut()) and it works half it checks if cant…
Pew Labs
  • 809
  • 2
  • 8
  • 12
0
votes
1 answer

list with swipe event

I want to developed a list,
  • ...
      , that shows every
    • element separately, and user must have to swipe from right to left to see next element. Photoswipe do the that, but I need to show images with maps areas instead of
      VansFannel
      • 45,055
      • 107
      • 359
      • 626
0
votes
1 answer

Android ExpandableLists, implementing Gestures, setting onTouch Listener makes expandable List dissapear

the example below makes my Expandable List dissapear as soon as I set either the OnTouch listener or onCLick listener. I have a ActivityswipeDetector Class: public class ActivitySwipeDetector implements View.OnTouchListener { public static enum…
user1180937
  • 121
  • 1
  • 1
  • 9
0
votes
1 answer

Add swipe in List component Flex 4

I have a list component in my app which shows some tiles and one can navigate through them horizontally and i was wondering how can i add the swipe functionality in it to the left or to the right,is this supported by default when the app is on a…
sstauross
  • 2,602
  • 2
  • 30
  • 50
0
votes
1 answer

Swipe through pages in WordPress, iPad

I'm working on a project were i need to be able to swipe through pages in WordPress using an iPad (the website is ipad-only, no functionality for other platforms needed). A rough description of the project: Homepage with a collection (eg list) of…
user1264904
  • 1
  • 1
  • 2
0
votes
1 answer

How can i swipe the images in android

I was intended to download the images from a dynamic URL and show them on the grid view. when the user click the images in the grid view it should be seen in full screen and also the user can have to swipe the images which are downloaded from the…
Rethinavel
  • 3,912
  • 7
  • 28
  • 49