An event that is triggered when a user 'touches' a GUI component

learn more… | top users | synonyms

0
votes
2answers
20 views

Add Marker on Android Google Map via Touch or Tab

I am a beginner of Android Developer. I want to develop Map Application using Google Map. Now, I want to add marker on the map via Touch or Tap on the Map. I do not know hot to apply touch event to ...
0
votes
0answers
28 views

ios touches not having right coordinates

i'm writing a game for iOS and i faced now a problem; in multiplayer mode there are two bars that have to be moved by two different touches (barraGiocatore and barraComputer), the problem is i ...
0
votes
1answer
28 views

How to create alphabetical based list as Sencha touch grouped list but in jQuery?

I'm trying to create an alphabetical list group for a mobile app which should be as contact list app in iOS, but I need the behavior to be "ontouchstart" instead of "onclick", the best preview i could ...
1
vote
1answer
24 views

Show two hidden view with follow finger ios

Hi I'm developing an app for iPhone and I'm having trouble to show 2 hidden view. I post here my storyboard: http://postimg.org/image/v6nhepqqd/ I wanted to show the View - All Show when I swipe a ...
0
votes
0answers
20 views

Touch Event not working for a View in android

I have implemented TouchListener for a view. But when Touched on a View the Touch Event is not responding. My code, protected void onCreate(Bundle savedInstanceState) { ...
0
votes
2answers
29 views

drawing to canvas on android motion events

I'm new to programming and have been mostly self teaching and using books with lots of help from questions other people have asked in this forum. I am currently working through android game ...
0
votes
0answers
17 views

UIScrollView as subview of UICollectionViewCell - passing tap to superview

I have a custom UICollectionViewCell subclass that contains a UIScrollView. The scroll view scrolls correctly, however it intercepts taps, so that the collection view cell highlighting and selecting ...
0
votes
0answers
45 views

Android: WebView touch event not working properly

I have a webview loading a webpage. Within the webpage, there is a canvas where user can select the photo to enlarge them and above the canvas there is a bunch of text also. On an emulator the touch ...
1
vote
1answer
27 views

Touch Event Blackberry Triggered Multiple Times

I'm working with the Blackberry Touch Event and I need to process the TouchEvent.MOVE, TouchEvent.UP and TouchEvent.DOWN to move a carousel of images and the TouchEvent.CLICK to generate some specific ...
0
votes
0answers
29 views

How to rotate and move a triangle by touch Android OpenGL

I've been working on the Android Tutorial for OpenGl- the one the rotating triangle. Well, I finished the tutorial but now I was wondering if it were possible to drag the triangle around the screen by ...
1
vote
0answers
15 views

Google Fast Button - Breaks swipe events?

I'm using a swipe component (www.swipejs.com), and inside my "slides", I have a couple of links that use Google's Fast Button (to prevent ghost clicks). When I try to swipe left or right, starting ...
0
votes
0answers
34 views

Header of AmazingListView not getting touch events

I am adding a header to an AmazingListView (using the latest code): mAmazingListView.setPinnedHeaderView(headerView); headerView contains elements that a user should be able to interact with ...
1
vote
1answer
37 views

Can I pull up a UIActionSheet with a touchable background?

I have a UIPickerView on a UIActionSheet. Right now the UIActionSheet makes the view behind the UIActionSheet not touchable. Is there a way that I can make it touchable? Or is that just how a ...
0
votes
1answer
31 views

IME and catching (touch) events

Im currently trying to get my diploma in psychology and i want to write about different types of keyboards for smartphones. To research this area i need a tool that measures times. As Im new to ...
0
votes
0answers
35 views

Select vs drag on touch devices

I have a page with a lot of rendered svg objects that the user can click on. I also have pan and zoom via touch. The issue is that if the user touches an object it catches it vs letting tem finish the ...
0
votes
1answer
58 views

Get current view from finger swipe in iOS SDK

In my application I have multiple small views joined together to form a big canvas. Im properly getting the touch begin/moved/ended events for each of those views separately. What I want now is this ...
0
votes
0answers
40 views

Use iOS WebKit + Touch events to draw elements?

How would I go about drawing elements in iOS WebKit using touch events? For example, I would like to draw a simple box on the screen, which would essentially be a <div> with a style of display: ...
0
votes
0answers
91 views

Count all Touch Events in Android, TYPE_SYSTEM_OVERLAY not working

I am student in university and I creating one android application. I logging taps and time of taps in file. I creating statistic from this to my examination. So when I touch on the screen I logging ...
0
votes
0answers
60 views

JS Leaflet: Passing touch/drag events to underlying marker

I am using Leaflet with the Label plugin (https://github.com/Leaflet/Leaflet.label). It works nice expect for the fact that when a label moves above a marker the marker is not clickable/draggable ...
0
votes
1answer
22 views

IOS how different put down two fingers at one time and put down two fingers one by one

On IOS what is the difference between putting down two fingers at one time and putting down two fingers one by one? Can I use UIGesturerecognizer to detect different touch-events? And how do I tell ...
0
votes
0answers
36 views

Odd canvas behaviour on Android browser

I'm experimenting with a simple canvas-based game, and decided to see if it worked on my phone. It does. Almost. I have the player following the cursor like so: game.canvas.onmousemove = ...
0
votes
0answers
121 views

How to capture touchdown event in C# Web Browser Control With a WPF web application running on it ? (Not HTML Document)

I have a WPF Web Application(Not WinForm) and it has a web browser control running another WPF web application on it. WPF WEB APP contains WEB BROWSER CONTROL that contains another WPF WEB APP. I ...
0
votes
0answers
28 views

Error when shows current and touch location android app

I try to create an android application for shows current location and when the user touch the screen i want display the Toast coordinates.I try the below code but give me LogCat cursor finalized ...
0
votes
1answer
129 views

Cancel touchend if touchmove fires

I'm building something mainly for use on tablets, where the user can tap an item on the screen and a class is applied to it. This is what I have so far: The problems: I want to use touch events to ...
0
votes
0answers
80 views

ViewFlipper changing view issue

I have a simple viewflipper and whenever it flips I have some text that gets updated on the background however on the version 4.2 whenever I flip over a spannable text containing images to actual ...
2
votes
0answers
43 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
69 views

PreviewTouchUp vs. previewTouchDown

I have a UserControl in a Canvas. If I use "PreviewTouchDown" like this: actualNode.TextContainer.PreviewTouchDown += delegate(object o, TouchEventArgs args) { ...
0
votes
0answers
153 views

Android Jelly Bean service that receives all touch events

I am an undergraduate research assistant working on an android accessibility project. My task involves collecting as much data about the user experience as possible, including touch events and other ...
0
votes
0answers
41 views

UIPageViewController cancel Touchevents

I am working at a App with the UIPageViewController. Everything works fine but i dont like that the page is changed with one touch on the left or right side. I know that i get the event with ...
0
votes
0answers
16 views

how to use a toutch event in the menu?

I would like to know if I can make a touchevent in the menu bar. In fact I want that it gives me the pair (X, y) of my touch when i click in the menu item.
0
votes
0answers
193 views

JQuery touchmove event not behaving as expected in iOS

I am trying to use jQuery to bind touch events in order to create a page turning effect on my responsive website. It works great on Android and Blackberry devices, but will not work in iOS. I have ...
0
votes
1answer
79 views

drawing a line that follows your finger

I'm creating a game and i am trying to draw a line that is following my finger. I'm using the starling graphics axtension for this and that is working very nice and you can see how i do it below. if ...
0
votes
1answer
279 views

as3 continuous movement of object with touch event

i am attempting to make an interactive scene fot my nexus 7 using actionscript. i am attempting to make a nape body to move continuously while a button is being pressed. the trace(event.target.name); ...
0
votes
1answer
265 views

WebDriver simulate touch events in Desktop Browser

I'm trying to simulate some touch events like swap, tap in web-based application using Chrome and Firefox browsers. I've tried to simulate touch events with Actions, Hummber.js, "Yahoo" lib(YUI) but ...
0
votes
1answer
147 views

ActionScript 3 No Mouse Click When Mouse Moves

I have different elements in a scroller: protected var theScroll:Scroller = new Scroller(); Every Element got an EvenetListener: mc1.addEventListener(MouseEvent.MOUSE_DOWN, showMC, false, 0, ...
2
votes
1answer
61 views

How can I know the view is in touch state in Android

How can I know the view is in touch state. If more than one touch points on one view,How can I catch the event of the last up touch point. Please help?
0
votes
2answers
97 views

iOS - Can an app running in the background send touch / gesture events to another app in the foreground?

I have been asked to develop an app that will record and later "play back" touches and gestures onto another app running in the foreground. From my experience and knowledge, this is not possible ...
0
votes
1answer
40 views

What are the differences of TouchEvent constants?

What is the difference between TOUCH_BEGIN, TOUCH_OVER and TOUCH_ROLL_OVER in the TouchEvent for AS3? I'm trying to find the correct one to use for an "on-tap"/while tapping state, and also one for ...
0
votes
0answers
59 views

android Service implements View.OnTouchListener

I want to capture the Andorid phone's all touch. And get the click position in background.I use a Service implements View.OnTouchListener. but i can't capture the onTouch.Can anyone point me in the ...
0
votes
1answer
154 views

iOS - Custom view with touch event

I'm trying to creating a custom UIView, lets call it FooView. FooView.h #import <UIKit/UIKit.h> @interface FooView : UIView @property (nonatomic, strong) UITextField *barTextField; @property ...
-1
votes
1answer
108 views

How to detect when a touch has been released? [closed]

I'm trying to find a way to detect when a touch point has been released using gdx.input as part of libgdx. I know about the Android way of determining when a touch point is released as described here ...
1
vote
0answers
125 views

Touchstart en Touchmove dont work together with multi-touches

I have a really weird problem and i cant seem to figure out what is causing it. My problem is that when i have a touchstart event fire it no longer lets a touchmove event fire. I tried a lot of ...
0
votes
1answer
116 views

Draging and Droping the bitmap in specific location in Android , otherwise restoring to initial position

colorballs is a class that has two bitmaps (not Shown Here), and I am struggling to find that if the bitmap is dragged and then dropped within the "Square" (please see On Draw Method below) on the ...
0
votes
0answers
93 views

Detect if selectionchange has ended?

Is there anyway in Javascript to determine if the selectionchange event has finished firing? I am trying to find an event that will fire when the a user has finished selecting text in Mobile Safari ...
1
vote
0answers
157 views

BB10 Cascades - Simulate Touch Events

I am attempting to simulate touch events on BB10 app. My main goal is to create a touch event, for example, for pixel (100,100) and have the application handle it. This is part of an automated GUI ...
0
votes
2answers
542 views

Touch/Mouse Event behavour with listbox in WPF and Windows 8

I am getting what I consider unexpected behaviour (since it differs from running the same software on windows 7) when trying to handle both mouse and touch inputs on a listbox on a windows 8 machine. ...
0
votes
1answer
155 views

Where does an event go when injecting it into /dev/input/eventx?

I think I have read all post related with my query, some of them helped but I still can´t find the correct approach. Im trying to develope an app which has to inject touch events into the system. As ...
0
votes
1answer
132 views

Creating “stick controls” for android game?

I'm trying to create a simple Android game, a 2D action shooter which has 2 control sticks (circles) on the screen, the left one is movement control and the right one weapon control. Direction is ...
0
votes
0answers
59 views

Detect finger down on trackpad globally

I'm working on a gesture recogniser that must identify five fingers sliding up through the trackpad. I've already successfully detected touch events on it (see code below) but I'm really struggling to ...
0
votes
1answer
41 views

How can I discover which finger raised up from the screen first?

In Android API level 7,when I use ACTION_POINTER_UP, how can I discover which finger raised up from the screen first? There are only two touch points. I want to learn when a finger leaves the screen. ...

1 2 3 4 5