Touch-based interfaces have unique considerations that do not apply to other modes of input, and vice versa.

learn more… | top users | synonyms

0
votes
0answers
9 views

Cocos2D How To Change First Responder Class

During my game i transition from one scene to another. In my second scene I don't have the option to say: self.isTouchEnabled = YES; So when i touch the screen it does not call: - (void) ...
0
votes
0answers
10 views

Sticky headers for mobile browser

I am making a sticky header that works on a touch screen, using hammer.js for touch gestures: scrollEvent: function () { Hammer('.desktop', { drag_block_horizontal: true, ...
0
votes
0answers
10 views

How to implement libgdx touchDragged?

I'm beginner in Java and in game development too, I was following some tutorials but now I'm stuck on implementing touchDragged listener using libgdx, here is my code and can anyone suggest how to ...
0
votes
0answers
11 views

emulate touch drag windows 7

I just recently bought a Surface Pro and love it! The touch and pen combination with the super thin type keyboard and solid Intel processor make it the best machine I have ever had the pleasure to ...
1
vote
0answers
10 views

Using both scroll and touchevents on android (phonegap)

I'm building an app in phonegap. The app makes heavy use of javascript and has a content area that should be scrollable. However I also need to use the touchStart and touchEnd events. The problem is ...
2
votes
1answer
12 views

Mac OS or Linux - Change year but leave Month Day Hours & Seconds untouched

I need to recurse a directory tree and update the YEAR ONLY portion of the timestamp for all files to a certain year. I can't work out how to do this with touch. I can't use touch -A since the the ...
0
votes
0answers
15 views

Javascript touch detection works on iOS but not well in Android

I have created a slide show with javascript that has finger swipe enabled and works for the most part. Sliding left or right will flip through the slides. I need it to do this but also keep default ...
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
6 views

sencha touch, sync() desn't set dirty flag to false after success

here is my code: In the controller i set a value in an existing record: this.record.set('description', 'test'); this.getFlightsList().getStore().sync(); And then i call the sync() ...
-1
votes
0answers
9 views

jQuery Touch and Offset

I have 1 div element : <div id="main_box"﹥</div﹥ How can i get if someone touch inside the div his Offset ? Currently i use the following code for that but it dont work : ...
0
votes
0answers
6 views

preventDefault and href / function calling

I have the following problem: I am developing a mobile website for which I am using a swipe-script. The script has multiple events like touchStart, touchMove and touchEnd. I am using the script to ...
1
vote
0answers
20 views

Disable startscreen *being triggered* by touchpad/mouse [closed]

I happily run stock Windows 8 on my own devices, i am not another "i dont get/like the startscreen" whiner. Given is a laptop running windows 8.0 is hooked up to a 2nd display (LED wall, or a beamer) ...
-1
votes
2answers
21 views

How can I detect the boundaries of an irregular shape? [closed]

I am developing a painting app,in which i'll be having different images of irregular objects like animals,flowers etc..and i want that when user starts painting using a color,color should not go out ...
0
votes
0answers
20 views

Touch behaving weird in Unity 3D Android

I have a Car in unity with four 3D texts Accelerate,Brake,Left and Right. All having box colliders. I have attach the following script to Main Camera using UnityEngine; using System.Collections; ...
0
votes
0answers
8 views

Trouble Implementing Touch Events in Lightbox Plugin

I'm having some troubles implementing touch events in a lightbox plugin I've been writing. (I'm doing this because I'm relatively new to Javascript, I want to build my own versions of common front-end ...
0
votes
0answers
17 views

Upside-down Windows OSK and Webbrowser

At my internship was requested that I'd look into utilizing the Windows OSK (win 7/8) for a touch dual browser. After my experiences with the WPF webbrowser and extended research, I doubt this'll ...
0
votes
0answers
20 views

Easy script to convert click events to touch on touch-based devices?

Is there some sort of script that will take all of my clicks events in convert them to touch events on devices where this is necessary, e.g. iPhone/iPad?
0
votes
0answers
24 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
23 views

Touch based rotation with windows 8 app using C# and XAML

Question : => How to implement Touch based rotation with windows 8 app using C# and XAML I have mine windows 8 analog clock app that perform Touchable task to move minutes and hour angle by ...
0
votes
0answers
15 views

How to rotate touch based needles ( Hour and Minute ) of windows 8 Clock app via coding

How to rotate touch based needles ( Hour and Minute ) of windows 8 Clock app via coding. I have mine windows 8 analog clock app that perform Touchable task to move minutes and hour angle by single ...
0
votes
1answer
18 views

Android SeekBar Touch Sensitivity

Recently I have been working on an app which has a SeekBar. The SeekBar is rather thin so it can at times be difficult to use it (you have to be very precise in your gestures). Is there any way to ...
0
votes
3answers
24 views

iOS UIButton Touch Drag Enter not working as expected?

I'm trying to create a button which will trigger an action when the user's touch is brought anywhere into the button (whether they touch down inside, or drag from outside to inside the button). ...
0
votes
0answers
7 views

Parallax to work on Ipad

I made this parallax scene but i cant make it work properly on my ipad! I know that i would have to make a touch event to work ok, so i could scroll the scene to the right to see the other buildings! ...
0
votes
1answer
42 views

Windows 8 Getting Absolute X Y Coordinates of Touchscreen (regardless of window) [duplicate]

I've scowered MSDN/Google for the past few days and I've been unable to find the answer to this question. I'm looking to get the X Y coordinates of a touch/multiple touches on a touchscreen device ...
2
votes
1answer
25 views

Handling touch-based events

I currently have this for my touch events: if( 'ontouchstart' in document.body) { usevkeys = true; canvas.addEventListener("touchstart",function(e) {evt.call(this,e);},false); ...
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
13 views

Android - Moving Dialog Box to touch point

I am an Android newbie designing an app which shows some HTML content. When the user touches inside the HTML content, I get the touch co-ordinates (in View space). Then, I want to move a dialog box ...
-1
votes
0answers
21 views

Selecting 3D objects in Android [closed]

i'm new in Android and I develop an 3D OpenGL game, where I have some objects and I need to identify which object was touched. I search a lot and I found a good idea: ...
3
votes
1answer
78 views

view with Zoom and draw line on canvas in Android

i am working on canvas.As shown below view class use for zoom and draw line.On click of zoom button pinch zoom working fine.but when i click on paint button i pass one Boolean as true which draw line ...
0
votes
1answer
23 views

How do I make my buttons respond to multiple touches programatically?

I have created several UIButton programmatically using: UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(realX, realY, 64, 64); [button setTitle: str ...
0
votes
2answers
35 views

Android: How identify an ImageView by Tag or ID

I have on my activity several ImageView's that the user can move around the screen. How can I identify which ImageView is actually selected by the user? In Xcode I can assign a unique Tag to each ...
0
votes
0answers
17 views

jQuery Mobile tap event questions

First let me say, I am new to jQuery and even newer to jQuery Mobile, but I'm here learning and plugging away. Now on to my question: I have a page that displays a simple 12 cell table that I use ...
0
votes
1answer
47 views

Porting C++ w/ MFC to a Touch Screen

Looking for a GUI framework to use with C++ to "modernize" an existing interface for touchscreen. I'm a novice programmer with a background in C++/Java that was just assigned a project that involves ...
0
votes
0answers
15 views

plugin bxslider disable touch swipe top bottom

I use a bxlslider and in mobile, a have a probelem with touch event, Is it possible to disable the vertical touch events so it only works when the scroll is swiped horizontally.
0
votes
0answers
31 views

How to group sencha touch 2 radio fields

This is my sencha touch 2 code: Ext.define("10.view.Main", { extend: 'Ext.form.Panel', requires: ['Ext.form.FieldSet'], config: { title: 'Main', scrollable: 'both', ...
0
votes
2answers
33 views

JS - file onload() doesn't work with android browser

I have a application similar to the example http://jsfiddle.net/jonathansampson/K3A9r/ But if I use this concept for file upload on a iPad/android it does not work. The image is not loaded into the ...
0
votes
0answers
20 views

drag and drop song name from list to button in android

I am making a DJ app for my own learning purposes. I have two ImageButtons (A and B) which toggle to lit up and unlit using a graphic when you click the onclicklistened. they look like record players ...
0
votes
2answers
26 views

qml takes mouse click but not taking touch events

I have a Qwidget inside of which, I have multiple children in the form of QmlApplicationViewer objects, each pointing to a different qml file. Problem is, when I use mouse, all the qml files take ...
1
vote
0answers
42 views

How to Intercept touch input on Windows 8

I'm writing Windows 8 desktop app and would like it to pop up when user taps the screen with (for example) 4 fingers. I've found this question: How to detect tapping (touch input) globally instead of ...
0
votes
0answers
25 views

Why doesn't the coordinates update properly?

I want to make a circle move on the screen, and follow my touch. It works fine, but I want to set a range to move in. My problem is, that if I reach the distance 100, the coordinates doesn't update. ...
1
vote
1answer
42 views

jQuery Mobile: Debugging Touch events, issue with data-position=“fixed”

Afternoon, My question is about how to debug touch events when using jQuery Mobile. I'm working on a mobile site (temporary test server here: http://afonsogomes.com/id) using jQuery Mobile with a ...
1
vote
0answers
67 views

Sencha touch 2. Making MVC grid

i have a example of sencha touch 2 Grid. But when i try to make the same project, but like mvc, it gives me a some problems. The main problem with grid library. Some files cant find them. Could you ...
0
votes
0answers
31 views

safari touchmove change position:fixed / bug

I have a script that changes the position of a div to fixed after scrolltop:x - it works really well on desktop and it actually works on mobile (with jquerymobile touch events). When I "touchmove" ...
0
votes
0answers
11 views

persistent header - mobile touch event

I used following persistant header code snippet: http://css-tricks.com/persistent-headers/ It works really well, except on mobile devices. Therefore I set jquery mobile with the touchevents only: ...
0
votes
0answers
19 views

Controlling 1 mobile device with another (input sharing)

Short question kept short: What existing technologies can be used to talk between one Android device (or iOS device in the future) to another android (will always be android for the remote device) ...
0
votes
0answers
27 views

Touch to hover, release to click on mobile safari

I'm working on a prototype ipad web application for people with motor disabilities, and I would like to implement a variation of "swabbing", whereby a user can touch the screen, move his finger to the ...
0
votes
1answer
27 views

Emulate touch scroll in Java

I am searching for a way to create a touch application in Java (NOT for mobile devices) with a touch scroll support. Ive been searching so far and I am investigating how this could be done - what ive ...
2
votes
1answer
24 views

Calling other HTML file (hyperlink) on Swipe gesture with TouchSwipe plugin

I'm looking at TouchSwipe plugin - http://labs.rampinteractive.co.uk/touchSwipe/demos/ and I was wondering how can I call other HTML file on Swipe gesture? So I have one div, where TouchSwipe works. ...
0
votes
1answer
22 views

Hide window scrollbar with Overflow-y set to scroll

I came across this site Teehan and Lax (http://www.teehanlax.com/) and saw that when you click on the top menu, a set of links dropsdown. The containing div is set to #main-nav-drop{ ...
-3
votes
0answers
13 views

“addMouseListener(MouseListener l) ” method of java app compare to what??? in android [closed]

I made java project. And now want to port to Android application. But I not sure about this problem. what should i convert addMouseListener to ? this my Java code: ...

1 2 3 4 5 55