gestures Questions
3
Solved
i have been experimenting with javascript gesture libraries. They all work great with the iPad mini, however, when I try them on my Samsung Galaxy Tab (GT-P7510, Android 4.04), the results are at b...
Leaven asked 13/2, 2013 at 13:3
3
Solved
I have noticed in the android gesture examples, that it reads the gestures from the res/raw folder. it would be a great thing for my application to include a 'getting started' list of gestures. tha...
2
Solved
On any 2014+ iPhone or iPad, double-click the home button to see the "app manager"
This is a left-right UICollectionView BUT it has a "swipe-away" gesture .. swipe up. How is it done? It's not s...
Zellers asked 11/4, 2014 at 9:35
4
I have a series of imageviews that I identify using their tag. I have added a single tap gesture to the images.
UITapGestureRecognizer *singleTap = [[UITapGestureRecognizer alloc] initWithTarget:...
Pyrrhonism asked 21/5, 2011 at 14:7
0
TL;DR - I've enabled touch screen emulation and it's not working. HELP.
I'm using google-chrome ver 44 on OSX and have the "Emulate touch screen" option checked in my devtools emulation tab. When ...
Pathos asked 27/8, 2015 at 18:54
3
I want to achieve the following.
Scenario: The iOS keyboard is on-screen while the user is typing into a particular text field. The user can tap anywhere outside of the keyboard and text field to ...
Ial asked 16/11, 2012 at 8:28
2
Solved
In the Android Developers gesture design section, the term "swipe" is used.
In the developer section, the term "fling" is used.
Are these terms synonymous? From what I have found, I believe they a...
4
Solved
I'm trying to figure out what libraries I can use for a Tinder-style drag and drop gesture that only uses Javascript.
Needs to create an HTML element that responds to a drag gesture..
When touche...
Krumm asked 8/9, 2014 at 6:5
2
I have uipageviewcontroller which contains VCs. As in any pageviewcontroller you can swipe left, right to change VCs. Everytime the animation finish I add gestureRecognizer to it. My question is ho...
Vestiary asked 29/5, 2015 at 16:18
3
Solved
In IE10 touch mode I wish to make only a certain part of the page zoomable. The rest should not be.
I found this: http://msdn.microsoft.com/en-US/library/ie/hh772044.aspx and tried to set -ms-tou...
Supereminent asked 3/3, 2013 at 1:51
1
Solved
I'm trying to get unity to recognize that I am swiping left to right, I have solved that but my issue is that it doesn't understand this till I lift my finger off the screen.
My question is how wo...
Percentile asked 30/12, 2014 at 20:39
4
Hi i am working with Gestures and i need to import but i m getting error
com.android.internal.R;
The import com.android.internal.R cannot be resolved
kindly help me , please
1
Solved
What is the difference between GestureDetector Class and the GestureDetectorCompat class? Both to do the same thing(deal with gestures) but which one should I use?
Refinement asked 17/10, 2014 at 13:15
4
Solved
I have a full screen AS3 game maby with Adobe AIR that runs in Windows 7.
In this game it may not be easy to exit (think about kiosk mode, only exit by pressing esc and enter a password).
Now I wa...
Variorum asked 20/11, 2012 at 10:47
2
Solved
I'm trying to call an alert box when I touch and hold down an image for 2 seconds. Here's what I got so far:
- (void)viewDidLoad
{
[super viewDidLoad];
UILongPressGestureRecognizer *tapAndHoldG...
Duteous asked 15/7, 2014 at 13:29
1
In Google Glass XE16 GestureDetector can detect several gestures like LONG_PRESS, SWIPE_DOWN, THREE_LONG_PRESS, TWO_SWIPE_DOWN , TWO_TAP & SOME OTHER GESTURES.
In glass TWO_SWIPE_DOWN is like s...
Viyella asked 22/4, 2014 at 11:40
1
Solved
I'm following Detecting common gestures guide. I have linked to android-support-v4.jar library to get GestureDetectorCompat, and my code seems exactly the same as in the guide, except I'm detecting...
Pepsinogen asked 1/11, 2013 at 14:41
2
Solved
Is there any way in which we scroll ListView items only one at a time.
Like when you swipe up it'll only scroll One item up and not normal scroll similar for scroll down only one item shifts down. ...
Emeldaemelen asked 16/9, 2013 at 6:57
1
Solved
I have an app that uses a SimpleOnScaleGestureListener and a SimpleOnGestureListener together. Whenever I do a pinch zoom I get the expected onScale's, but when I lift off I see a weird onScroll th...
0
I can not gety gestures to work.
myTImage has set property GestureManager to myTGestureManager. myTImage has event handler onGesture set to HandleGestures. However, the code is never run when perf...
5
Solved
Update: See bounty for expanded question.
I have a GestureDetector setup on a ListView. The ListView is an entire fragment that comes from side of window and overlays another fragment partially. I...
2
Solved
I am trying to make my application not to show any gestures wether they are recognised or not. As it stands at the moment I am able to set the recognised color to transparent. This works fine. Howe...
2
Solved
I want to develop an app for gesture recognition using Kinect and hidden Markov models. I watched a tutorial here: HMM lecture
But I don't know how to start. What is the state set and how to norma...
Celloidin asked 28/1, 2013 at 22:32
4
I don´t need a full fledged framework like Sencha or jQuery mobile, just the ability to detect gestures such as swype or pinch to optimize some parts of my site for touch devices.
I have nev...
Pointillism asked 10/1, 2012 at 9:35
2
Solved
I have customized a UITableViewCell and I want to implement "swipe to delete". But I don't want the default delete button. Instead, I want to do something different. What would be the easiest way t...
Fineable asked 29/5, 2011 at 12:37
© 2022 - 2024 — McMap. All rights reserved.