Tagged Questions
Quick motion gesture across the touchscreen.
25
votes
5answers
13k views
Setting direction for UISwipeGestureRecognizer
I want to add simple swipe gesture recognition to my view based iPhone project. Gestures in all directions (right, down, left, up) should be recognized.
It is stated in the docs for ...
12
votes
3answers
14k views
Detect a finger swipe through JavaScript on the iPhone and Android
How can you detect that a user swiped his finger in some direction over a web page with JavaScript?
I was wondering if there was one solution that would work for websites on both the iPhone and an ...
9
votes
5answers
6k views
Swipe/Fling tab-changing in conjunction with ScrollView?
The best I could find on this particular issue (although I do not use a Gallery): ScrollView and Gallery interfering - doesn't really give a specific answer though. And my implementation does not use ...
8
votes
1answer
5k views
iOS Advanced Gestures: Getting Swipe Direction Vector
Looking through the documentation, it seems that the new advanced gestures API doesn't determine the direction of a swipe beyond the basic { left, right, up, down }.
I need the start point of the ...
6
votes
5answers
2k views
Swipe to go back in jQuery Mobile?
I'm trying out jQuery Mobile, because I wasn't able to get swipe to go back a page to work well in jQTouch. But being new to jQuery Mobile, I have no idea how to go about implementing swipe, and how ...
6
votes
2answers
520 views
Swipe behavior for touch applications
I'm writing a manager for ActionScript to detect SWIPE gesture. Yes, there is API to work with native (OS) gesture already, but my plan is:
so it would work even for singletouch screens (usual ...
6
votes
3answers
2k views
SimpleOnGestureListener code not working in Android 2.2
I have some code that I wrote to implement a vertical swipe on a
Gallery widget. It works great in Android 1.5 and 1.6 but does not
work in Android 2.2 (I have yet to try it with 2.1).
public class ...
5
votes
4answers
899 views
How to avoid swipe to delete calling setEditing at the UITableViewCell
I know, that when I implement tableView:willBeginEditingRowAtIndexPath:and tableView:didEndEditingRowAtIndexPath:, a swipe-to-delete does not call setEditing:animated: at my UITableViewController ...
5
votes
2answers
6k views
Android: How to switch between Activities like switching desktops in Home app?
I'm developing an Android Application that has three very similar Activities. I would like the user to be able to switch between them by swiping left and right on the screen.
This is how I managed ...
4
votes
1answer
457 views
UIGestureRecognizer over UIScrollView
I need to detect left and right swipe over a UIScrollView with 3 fingers when horizontal scrolling is possible. I need to keep all the interactions with 1 and 2 fingers. Is it possible to do that ...
4
votes
2answers
839 views
Android Swipe on List
Does anyone have a simple example of a ListActivity displaying Textviews in a column and when you swipe left to right you see that row in a new view? This would be to say edit the data for that row ...
4
votes
1answer
3k views
iPhone / iPad / iPod swipe events javascript
Im looking for (if possible) javascript libraries/plugins to provide swipe events.
However I am not after the simple detection of a swipe, for example what jqTouch provides. I wish to create behavior ...
4
votes
4answers
7k views
How to recognize swipe gesture in UIScrollView
I'm trying to recognize left/right swipe gesture in a UIScrollView. I've tried to create UISwipeGestureRecognizers and associate them with the scroll view. It works but very rarely. Most of the time I ...
3
votes
1answer
290 views
android - giving onTouch priority over onClick
I have an activity that allows users to swipe between 3 different views. Each view displays a list of images. The images have onClick events that call a new activity and makes the images full screen.
...
3
votes
1answer
722 views
Android - Paged ListActivity that pages on horizontal swipe
I have a list activity that implements Runnable so that my data fetch is done with a progress bar. The data is pulled from a web service. Right now, I go get all of the users, but I would like to ...
3
votes
1answer
1k views
Detecting swipe movements to go to another web page on an ipad web app
I'm currently trying to set up an iPad web app. I have my home page but want the user to swipe left and be taken to the about page. I have found a way of detecting movement from padilicious.com but ...
3
votes
2answers
3k views
Swipe to change views
It the following easy to code?
I have a tableview and when the user selects a cell a detail view is loaded.
I want to allow the user to navigate throughout the items/detail-view representing the ...
3
votes
1answer
266 views
Getting Position of Image on GalleryView while swipping?
How can I get the position of current image displaying in Gallery view while it is swiping ?
3
votes
1answer
2k views
How to webview swipe gesture detect with multitouch zooming enabled withing a flipper
So is there a way for a webview control to detect a swipe while capable of doing multitouch zoom and having build-in zoom controls?
3
votes
1answer
953 views
Blackberry Storm Emulator - TouchGesture events not firing, how to get a Swipe to work?
Been playing with the Storm Emulator and the 4.7 JDE, for the life of me I can't figure out how to fire gesture events in the emulator.
Below is the touch event code for the RIM sample app ...
2
votes
0answers
69 views
Air for iOS: Testing swipe gesture on my mac
I'm working right now on an iOS project with air. Everything is fine, and I implemented the "swipe" gesture among some others. In the beginning, the gesture was recognized, the event fired, everything ...
2
votes
2answers
79 views
How can i create a gallery for displaying photos with the swipe gesture?
I have multiple photos in an NSArray and i want to display them with the swipe gesture in full size without using Three20 . so how can i do that?
2
votes
1answer
104 views
How to swipe back from one html page to another with jquery mobile
Im working on a jquery mobile project. I have two html pages. From index.html i have a swipeleft event to page.html and it works fine. From page.html i want to swiperight so i come back to index.html ...
2
votes
1answer
106 views
UIScrollview limit swipe area
I am trying to limit the swipe area of the UIScrollview, but i amnot able to do that.
I would like to set the swipe area only to the top of the UIScrollview, but i would like to set all the content ...
2
votes
0answers
84 views
Android : How can I Swipe Up and Swipe Down in touchListener event of Imageview?
I have application in which I need onTouch swipe Up and Down event.
I have implemented onTouch event in application but I have not any idea related to Swipe Up and Swipe Down
Does anybody have a code ...
2
votes
1answer
339 views
jQuery Dragging vs Swiping Gesture Logic On iPhone/iPad/Touch Screens
This is a real pickle.
Basically I want some logic that determines this:
If the user starts a swipe gesture but does not complete the threshold distance in a certain amount of time (1 sec.) then a ...
2
votes
2answers
566 views
Jquery Mobile slide list
I'm trying to do a list with jQueryMobile like in the twitter application.
Video of what I'm looking for: http://www.youtube.com/watch?v=l7gTNpPTChM
But I have 2 problems:
1) Each row has a class ...
2
votes
2answers
413 views
jquery mobile finger(s) detection
With jquery mobile, is it possible to detect the number of fingers that are on the screen? I am an UI student trying to put together an application for a school project. Essentially I need to have a ...
2
votes
2answers
677 views
Twitter for Android like swipe-to-side quick menu
![enter image description here][1]I would like to know how to setup the animation where, for in example in the latest Twitter for Android App, you can swipe a tweet to the side, and a quick menu will ...
2
votes
1answer
630 views
Set default page for ViewPager in Android
I am using the following code, MAX is 2 pages. By default the position is 0 and adds a new page to the right. I inflate two layout files.
How can I show the page1 when the app starts and add a new ...
2
votes
1answer
305 views
Homescreen sliding effect for Web App
I have a requirement where I need to slide divs in and out of a screen given the users swipe gesture.
I am looking for a javaScript library/decent tutorial that will let me create an effect like the ...
2
votes
3answers
819 views
Android ListView Swipe for Action like Twitter List
I'm trying to implement the "swipe for action" feature - like you can see in the "new" twitter app. A closer description you find at swipe for action description.
Now, are there any ideas/solution ...
2
votes
2answers
664 views
Swipe event triggers tap event for ipod touch
I am using jquery mobile beta and jquery 1.6.
On ipod touch, a swipe event is also trigerring the tap event.
This issue is not hapenning on android devices.
I am trying to google out the solution, but ...
2
votes
2answers
643 views
How to draw a Line in ImageView on Android?
I'd Like to know how to draw a Line on ImageView as user swipe their finger ?
Could any body explain this ? Or perhaps any Link to get start on this.
Thank you.
2
votes
2answers
1k views
Swipe to switch tab selection
I have an application that is a Tab activity with various tabs that load an Activity. I would like to add swipe gesturing to switch between tabs, on both the tab control itself and each activity ...
2
votes
2answers
2k views
Gesture recognizer stopped working in iOS 4.3
My gesture recognition code worked fine in iOS 4.2 but in iOS 4.3 it does not work. I can't find any documented changes in gesture recognizers from iOS 4.2 to 4.3 but I have confirmed both on an iPad ...
2
votes
2answers
4k views
Sliding and swiping through pages with JavaScript on iPad
First, please take a look at this: http://jquery.hinablue.me/jqiphoneslide/ (Section 6 - click, hold and move)
This JavaScript is nearly what I need, but it's not (really) working on an iPad/iPhone. ...
2
votes
4answers
3k views
Swipe among activities in android
i have 4 activities in which i have to swipe them right, left and if i am in last activity and swipe to the left then again first activity should be shown.
can anybody have any idea how i can ...
2
votes
2answers
10k views
How to detect Swipe Gesture in iPhone SDK?
In my iPhone app, I require to recognize the swipe gesture made by the user on the view.
I want the swipe gestures to be recognized and perform a function on swipe.
I need that the view should ...
2
votes
0answers
319 views
Page curl left and right for uiwebview with html contents
I am working on a epub book reader application and displaying the contents of
book in web view and i want to give a horizontal page curl effect for that just a turning the page of a real book. I ...
2
votes
1answer
560 views
Android viewflipper flicker
I have a ViewFlipper with multiple views added dynamically. I override onTouchEvent (and onInterceptTouchEvent) in order to get the down, move and up events on the views, so I know when to animate ...
2
votes
1answer
4k views
Flick/swipe more than just images with jQTouch photo gallery extension
The jQTouch photo gallery extension (demo) is fantastic, but it only works for images (<img>s). I would like to have the same flicking/swiping effect with multiple "page" (<div>s).
Has ...
2
votes
3answers
4k views
Swipe gesture in iPhone SDK 4.0?
How do i put a swipe gesture in the new iPhone SDK? I'm trying to detect a swipe gesture over a UIImageView? A swipe up and a swipe down?
2
votes
1answer
140 views
Turn a comic strip to an iphone webapp
I am helping a friend to turn her weekly comic strip into an iphone webapp. Is there any sample app that I can learn how this is done?
The comic strip is a new jpeg file every week, usually ...
2
votes
2answers
4k views
iPhone/Android swipe detection for mobile browser
Is it possible to detect that the viewport is being dragged by a touch event?
Using the following code I am able to get the position of where the finger touched the screen, what node started the ...
2
votes
2answers
3k views
Moving the Gallery view to the next image on one swipe in Android?
I have four images in the Gallery View. When we do swipe from left to right or right to left the Gallery View moves all the images i.e if I swipe from left to right from the first image then it will ...
2
votes
3answers
11k views
Android ViewFlipper + Gesture Detector
I am using gesture detector to catch "flings" and using a view flipper to change the screen when this happens. Some of my child views contain list views. The the gesture detector wont recognize a ...
1
vote
1answer
74 views
Swipe between native ActionBar tabs containing fragments in ICS
Is there a native way to swipe/fling between different ActionBar tabs (the Honeycomb/ICS native one) containing fragments (one per tab)?
I know of the Android Compatibility package, which is used by ...
1
vote
1answer
63 views
Can a swipe event fire before the user raises his or her finger?
I am using swipes to navigate through the pages of my jQuery mobile / PhoneGap application. Do you know if it is possible to let the page transition start after the swipe distance of (for example) 50 ...
1
vote
1answer
148 views
phonegap: is it possible to detect double touch swipe from Javascript?
I ask if a Phonegap application is able to recognize double swipe and handle related events in Javascript.