0
votes
1answer
9 views

Javascript support for touch without blocking browsers pinch support

I have a little web gallery that I added swipe navigation to for mobile browsers. I did it with pretty simple touchstart/touchmove/touchend event tracking. The problem is that when I try to pinch ...
0
votes
0answers
8 views

Touchy JS Wheel Menu Event Bubble

http://hotstudio.github.io/touchy/examples/wheel-inertia.html This is a really cool spinning menu that I want to fabricate into a menu... however... I am having issues resolving the event bubble. ...
0
votes
0answers
40 views

Pass touch event from parent to CurlView

I'm using the fantastic harism page curl[1] in order to create an Android magazine, which pages are layouts. I have one page at the moment I want to flip, and I was able to convert the layout to a ...
0
votes
1answer
83 views

How to detect scroll down on a touch device using jQuery?

I have a infinite scroll method that gets called like so: $(window).on('scroll resize load', function() { // execute infinite scroll method }); So it gets executed under the following events: ...
1
vote
1answer
56 views

iScroll 4 - cancel preventDefault()

In the code below I added three comments that should explain what the question is. In short: I'm wondering how to disable e.preventDefault(); when it's already set? var startY; myScroll = new ...
0
votes
1answer
68 views

simulate touch event in ibooks by JavaScript

everyone. I have a problem with top black menu/status bar (with escape sign) in ibooks. It appears automatically at the first page. It will be hided by any touch on the screen (not on links or ...
2
votes
0answers
27 views

Using touchstart fires click event after page redirect

I have a touchstart event that is being fired properly, but inside the event, there is a redirect to another page. On that page, in the same location as the button that was touched, there is a link ...
0
votes
2answers
47 views

Make pop out nav modal close on touch event outside area

My website is responsive and for narrow views the navigation switches to an icon that shows the nav on click. To close the navigation panel you can click the icon again or anywhere outside of the nav ...
0
votes
0answers
40 views

Android UI with collection of shapes/areas that can detect touch events

Background: I am doing a research project and am required to create a complex UI that is composed of a collection of odd shapes (i.e. not rectangles or circles, it would be best described as ...
8
votes
1answer
126 views

How to disable the move threshold when getting touch events?

I am creating an Android game that uses touch input. I noticed that, when I put down a finger and move it, there is a threshold of a couple of pixels until the first MotionEvent.ACTION_MOVE is ...
0
votes
1answer
60 views

Screen touching event and button click

I try to develop some kind of virtual joystick for a game. For controlling the camera i'm grabbing the screen coordinates through onTouchEvent and for controlling game's avatar i'm using buttons. To ...
0
votes
1answer
156 views

how to make a phonegap selectable scrollable div list

As the title says. I want to make a list of div elements inside a div. I want to be able to scroll the list up and down, and when the list is not scrolling anymore, i want to be able to click the ...
1
vote
0answers
63 views

How to get touch events (X and Y coordinates) using Service class in Android?

I am going to develop application where i need TouchEvents to be used in the Android Service class. I have tried to search on the internet but not able to find the proper solution. Basically Service ...
0
votes
0answers
70 views

Flow of touch events

What is the complete flow of events when touching the screen in Android? As per my understanding, when user touches the screen: Touch driver will find the co-ordinates and pass them to kernel ...
1
vote
0answers
124 views

How to simulate touch events

I am working on a touch application using Kinect's depth sensor. I am able to get the points where the user puts it's fingers, but I'd like to fire the corresponding Touch events. For example, i'd ...
0
votes
0answers
109 views

Dispatch Touch Events to Different Window (like PopUpWindow or Dialog Window)

I have one doubt related to Touch Event Dispatch. Usually Activity is associated with one Window, so if i use code like somewhat below , events are dispatched properly to corresponding view at those ...
1
vote
1answer
89 views

prevent anchor tag action while dragging elements

I am using jQuery roundabout plugin for touch Device. each element in the carousel is linked to some html page (a href="about.html") and i have drag and drop enables, during dragging how to disable ...
2
votes
2answers
183 views

JavaScript: translate long tap events to right click events

How can one automatically translate long tap events to right click events? Since many touch devices like the iPad don't provide a way to do a right click on a website this would be very handy because ...
0
votes
1answer
138 views

Why UIGraphicsGetCurrentContext isn't correct?

Can you help me ?? Something in my touches event doesn't work correctly. My painting area has 900 x 700px, isn't the complete UIView. In the console error show me: CGContextAddLineToPoint: invalid ...
0
votes
1answer
233 views

iPhone css hover, forces me to add a touch event

How come I need to add a touch event to my element for it to enable hover styles? Is this normal? Sure feels a bit wonky This is what I have to add to make :hover work, if I don't no :hover style is ...
0
votes
0answers
49 views

TouchUp Event Delay/Hangup

I have a WPF touch screen application that hangs up when touching buttons. I was able to pinpoint the problem to the touch-up event because I set event handlers to: TouchDown, TouchEnter, TouchLeave, ...
0
votes
1answer
88 views

jQuery event gets triggered twice on mobile web

Below are the events I have defined for my current view. I added the touchend to cater for access on the mobile phone events: "click .join_in" : "addMuse" "touchend .join_in" : "addMuse" ...
1
vote
1answer
72 views

How efficient is it to dispatch lots of extra events in Javascript?

I am building a library which augments the standard JS input events. This means firing off a great many events for multiple touches at input sampling rate (60Hz) in the browsers of ARM devices. I ...
0
votes
3answers
144 views

Touch event: when finger is removed from the item

I am need to implement functionality when i remove the finger from the item. So i need some event for that. ***Scenario:*** 1. Touch the image view using finger. 2. Remove the finger. 3. Now ...
1
vote
1answer
119 views

Is there a permission to check the number of touch points a device can handle at once?

I'm working on an app that needs to be able to handle up to 5 simultaneous touch events (essentially a click with all 5 fingers at once, anywhere on the screen), but I realized that my testing device ...
0
votes
1answer
106 views

Android block children touch events

I have a ViewGroup and I want to block the touch events to all of his children views. How do I do that?
1
vote
3answers
138 views

what is considered `click event` in android?

in iOS world, there's a concept of touchUpInside, touch started within a view and user lifted a finger within a view bound. I see touch vs click (event listeners) in android, and I'd like to know ...
0
votes
1answer
110 views

Complex Multi touch gestures in Android

I am trying to implement 5 finger gestures in an app. I know I should use MotionEvent but I don't really know how. I just need the initial and final coordinates of the 5 pointers, but I really don't ...
0
votes
0answers
81 views

Moving a bitmap as a procedure after a Touchevent in android java

I got a question to my sourccode i'd like to make an android application where i can move an bitmap by clicking on the screen .....it should move to the right when i click on the right site of the ...
0
votes
1answer
60 views

Android touch event handling from DDMS

Anyone knows if there is a way to add touch events to the DDMS emulator control? Unfortunately i have no real device and i want to make some experiments over the touch events on a AVD 2.3.3 device.
0
votes
1answer
69 views

UIButton receives touches at the wrong position after CABasicAnimaton applied

I need to add an animation to UIButton - simple moving animation. When I do this, the button moves, but the click area of that button remains at old position: UIButton *slideButton = [UIButton ...
0
votes
2answers
75 views

touch javascript event: user leaves finger on screen while new page loads

I have the following series of events: The user presses an element on his touch screen. This causes a new page to load. The user does not lift his finger from the screen. Now, I would like to ...
3
votes
4answers
115 views

How to click a view behind a button in Android?

I want to create a shape or button but when it is clicked it will send the event to the view behind of it. I've used the onInterceptTouchEvent but still the event is taken by the button instead of ...
1
vote
1answer
48 views

Identify if on a `touch` callback thread, ios

I'm writing some iOS code, and I noticed I get occasional errors when I write the memory used by a vertex array in a 'touchevent' callback (memory access violation). I believe touch events come in on ...
1
vote
1answer
110 views

Android: How to touch underlying activity

I have an activity with a GoogleMaps component. It's a linear layout with size to wrap_content and translucent style. The Map is the only ui element and has a fixed size. How can the touch events ...
1
vote
2answers
91 views

How to detect if finger already over the button on start new Activity

The scenario is that for instance user longclick on Activity A. Activity A on lonkclick starts Activity B while user does not lift his finger. Activity B should detect that user is still touching ...
0
votes
0answers
95 views

jQuery - Access function return values (x and y)

(first off: I'm pretty new to JS and jQuery) I'm currently working on an image slide, using jQuery. I've made it pretty advanced with tooltips, dynamic height, 100 % width and such. Now my next step ...
0
votes
0answers
152 views

Android trouble using GestureDetector for onFling event

I have an Activity in which there is one ImageView that contains an element (taken by a list of images). In the Activity there are also two buttons: one(forwardbutton) for going to next element in ...
1
vote
0answers
651 views

How does Chrome developer tools emulate touch events?

I have tried a few different Javascript tools/hacks/frameworks that emulates touch events on a PC, but none does it as flawlessly as Chrome's developer tools. How is it done? Can it be done as good as ...
0
votes
1answer
135 views

How to trigger touchstart on a shape in a canvas?

I have a canvas with some shapes in it. So, the functionality I'm making is: press some of the shapes, then I'm creating a HTML element who looks the same way and place it over the shape itself, and ...
-1
votes
2answers
538 views

On Touch Event in Canvas Error in Android

Description: I created View where i had drawn rectangle using canvas and also implemented On Touch Event in that View. I want that touch to launch new activity. Problem: Now the problem is ...
0
votes
1answer
314 views

ViewGroup only intercept touch event if child does not

I have a viewgroup that I want to scroll manually, but I only want to enter tracking/scrolling mode it if the initial down press is not consumed by one of the children. Is there an easy way to check ...
2
votes
1answer
737 views

libgdx touchUp event

I'm using an actors with a stage as buttons. I can detect when touchDown/touchUp events occur just fine over the actor, but when the user taps on the actor and then proceeds to drag their finger off ...
0
votes
1answer
120 views

GestureOverlayView is blocking touch events

I wish to create a custom view for my gestures, I wish to draw them by my self. But I do not getting touch events, or I am getting them and the GestureOverlayView not. Can you help me please making ...
1
vote
0answers
271 views

Can't type into html input fields on iOS after clicking twice

I'm experiencing an issue on iOS and I've put up a fiddle for it: http://jsfiddle.net/Hk56Q/ If an event listener is added to the document for any touch event (touchstart/touchmove/touchend), like ...
1
vote
1answer
613 views

How to transfer touch events to the view beneath in a RelativeLayout?

I have a ScrollView on top of another view(with Buttons). The ScrollView is taking the whole screen and is obscuring the view that is beneath it. At some point in my app I need the ScrollView to be ...
1
vote
2answers
526 views

detecting movement on touch began phase in Corona SDk

In my application I want an object to slide and jump on touch began event in Corona. Although I am successful in implementing both slide and jump on touch ended event, but making event phase at began ...
1
vote
1answer
104 views

Simple answer needed regarding Mobile Touch Events?

In college I have been tasked with making a magazine application for mobile devices. I am vaguely familiar HTML5, CSS and JQuery[basic]. What I need to know is how do I initiate a simple swipe event ...
0
votes
0answers
386 views

openGL ES - change the render mode from RENDERMODE_WHEN_DIRTY to RENDERMODE_CONTINUOUSLY on touch

i want to change the rendermode from RENDERMODE_WHEN_DIRTY to RENDERMODE_CONTINUOUSLY when i touch the screen. WHAT i Need : Initially the object should be stationary. after touching the screen, it ...
2
votes
0answers
71 views

Capture only two finger touch and pass all other clicks etc through the div

I have an iframe with a div on top of the iframe. What I would like to do is capture any two finger touch on the div and if the div detects a single finger touch/click etc then pass that event through ...

1 2 3 4 5