Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
-1 votes
1 answer
44 views

I have Lynx-9500 sls device which I did cross compile Qt5.12 library by it's toolchain. Qt cross compilation was ok with Tslib library, but when I create simple QWidget to test touch screen it does ...
peacism's user avatar
  • 31
3 votes
1 answer
118 views

Description Touch events are completely unresponsive in production builds on Samsung S23 Ultra running Android 15 when the Screen Magnification accessibility setting is set to 1x. The app renders ...
Kristiyan's user avatar
  • 413
1 vote
1 answer
109 views

I've created a custom button in Avalonia UI. It is intended to be used as 'momentary' button (active on press, inactive on release). On pc/mouse environment everything works ok. But on touch device, ...
mmmihovil's user avatar
2 votes
0 answers
60 views

I make a Qt5 C++ application and run this on Windows 10 with a touch screen. I have a QPushButton that increments a counter. I have setAutoRepeat(true) on this button so that the user can avoid ...
Andy's user avatar
  • 4,029
0 votes
0 answers
33 views

I launched the Qt example "PointerHandlers" map.qml And I found that after I performed the pinch movement and released one finger, the square for some reason changes its position You will ...
Andrey Strokov's user avatar
1 vote
0 answers
47 views

I've got a webapp with an iframe embedded in it, and have been using pynput as a way to detect the mouse inputs on this webapp. Trouble is, when using the touchscreen to click on the iframe it no ...
stackmac's user avatar
2 votes
0 answers
50 views

Excel 2021 used with touch screen. Windows 10. Long taps or double taps cause this horizontal pop-up bar to appear. I have disabled right click and double click through VBA but this is something ...
edednedy's user avatar
-1 votes
1 answer
87 views

I have created a view like this using XIB with having half of height assign to that view. static func drawRightTriangle(targetView target: UIView, cornerRadius: CGFloat, borderView: UIView) { ...
Jitendra Modi's user avatar
0 votes
1 answer
56 views

I wrote a teensy app in Swift/SpriteKit/iOS for a button that turns a color when pressed. It works fairly well except for one thing: If I touch the button in a certain fashion -- a quick half-swipe, ...
Chris Tucker's user avatar
0 votes
0 answers
68 views

Description: I'm developing a custom drag system in UMG for a VR/UI project in Unreal Engine 5.4.4. It works perfectly with mouse input, but I'm having issues when using touch input on a mobile device ...
João Pedro S. Fernandes's user avatar
0 votes
0 answers
14 views

First off, here's my code: $("#slider-range").slider({ range: true, min: 0, max: 500, values: [75, 300], slide: function(event, ui) { $("#amount").val("$" + ui.values[0] + " - $...
user7182273's user avatar
0 votes
0 answers
120 views

I'm using a raspberry pi 4 with display. I have enabled touch but I can't use the scroll to scroll. I tried to add this file with this information but I continue to have this problem despite having ...
Francesco Palopoli's user avatar
0 votes
1 answer
40 views

var reachedLast = false; var reachedFirst = false; jQuery("#gbar").draggable({ axis: "x", containment: "parent", drag: function (event, ui) { var ...
Moumita Dey's user avatar
0 votes
1 answer
343 views

Below is my xaml page. You will see that I have a Border control which I added a Touch Behavior to. This works...but the button inside the border control has a button click event which never triggers. ...
L3prichaun13's user avatar
1 vote
1 answer
87 views

I'm working on an app that takes touches/pen input from an Android device and sends them to PC. The overwhelming majority of it is done but now I'm working on things like monitor switching and other ...
Alexis Shepard's user avatar
0 votes
0 answers
57 views

I'm in posession of a touchpanel supposedly manufactured by IRTOUCH SYSTEMS unfortunately without the knowledge of its model number. Now my problem is that the (0,0) point of the touchpanel input is ...
mike_m2's user avatar
  • 41
1 vote
0 answers
38 views

I create application for Windows touch screen, but it's not working properly beacuse when i use mouse click everything works ok but when i use touch sometimes application is working but many times ...
user2866205's user avatar
0 votes
0 answers
35 views

I have a one plus Nord 4 Android phone with oxygenOS 14.1 I can't seem to find a way to remove the touch animation effect from widgets when interacting with them. I managed to do on my old phone in ...
stickske's user avatar
0 votes
1 answer
105 views

I am working on a kivy project to create some control panel for a ship (toggle lights etc). One of the screens I am also working on is a navigation using the kivy_garden.mapview. This is the screen ...
SHolzhauer's user avatar
0 votes
1 answer
36 views

I want make a program in HMI TouchWin, There is 10 Button to represent number 0 to 9, if i click the button it will show in display data, ex: if i click 4237 it will show 4237 in display data. How to ...
Prima Marianju's user avatar
0 votes
0 answers
67 views

For my desktop browser I created a Javascript/Jquery program with lots of information and music files as well. I made it so, that when I press the spacebar, the sound stops or resumes. To my knowledge ...
R.E. Tired's user avatar
0 votes
2 answers
121 views

I have a fulscreen SpriteKit scene view, that handles pan gestures within itself. Over it, I have overlaid native SwiftUI views with OnTapGesture, which must react to them being touched but should not ...
Tarasus's user avatar
  • 19
2 votes
0 answers
77 views

I'm developing a WPF application designed for touch screens. There is a modal window with button "New" on it. The button has 3 states: Normal: Hovered (orange background): Pressed (orange ...
Fulcrum's user avatar
  • 21
1 vote
0 answers
28 views

I have a ScrollView with a lot of items - A,B,C... The OnTouchListener is set for all items to listen for ACTION_DOWN, ACTION_MOVE, and ACTION_UP event sequences. For example, when I swipe up and down ...
Jack_Du's user avatar
  • 338
0 votes
1 answer
77 views

Frankly, I don't understand what is going on here. Page zoom in the address bar is still 100% If I use console.log to print width/height of window, screen or element they still have exactly the same ...
Sigmund Freud's user avatar
0 votes
0 answers
60 views

Is there a way to change the default press time for the drag gesture to be recognized? Thanks Marcos I haven't found anything besides writing a custom recognizer from scratch or somehow use ...
Marcos's user avatar
  • 1
0 votes
1 answer
374 views

I'm working at a company which develops an application which can be used for drawing with multiple touch inputs at once. The problem is, when you swipe with three or four fingers upward or downward, ...
Dante's user avatar
  • 21
0 votes
0 answers
52 views

I'm developing a Unity application for Interactive Flat Panels (smartboards) used in schools and offices. We've implemented a whiteboard feature using various assets from the Unity Asset Store. ...
Sathiya Sankar's user avatar
2 votes
0 answers
70 views

This is a very strange error for which I have no explanation. Sometimes WSL fails to create a file with a certain name, although it does manage to create other files in the same folder, and if I move ...
python3.789's user avatar
0 votes
1 answer
38 views

I am trying to implement drag-and-drop functionality in my app using the DragLinearLayout class. I have successfully implemented the drag-and-drop feature. Now, I want to enable drag-and-drop when the ...
Vijayadhas Chandrasekaran's user avatar
3 votes
0 answers
68 views

I have a whiteboard that's a component extending from QQuickItem, as it's in use in some hardware devices I need to detect when the tool being used is an eraser, a stylus or the finger. In Android in ...
forlayo's user avatar
  • 1,708
0 votes
0 answers
230 views

I just started programming an automotive touch screen (3D50VT-200) and was having a rather fun time with it until I started noticing some inconsistent touch behavior. At first, I thought it may be a ...
vlsh's user avatar
  • 165
0 votes
1 answer
53 views

Using a laser reader and the KEYDOWN event of excel vba, which key on the keyboard is associated with a laser reader? I need to use Excel VBA keydown event for a textbox object but I use a laser ...
Pasquale Prudente's user avatar
0 votes
0 answers
24 views

I have the following code that draws circles within a grid that I hoped would allow the user to dragmove the circles within it. Neither of the of events DragStarting, DropCompleted fire though. Do I ...
Mike's user avatar
  • 67
2 votes
2 answers
1k views

This question is an update to this one, but for modern browsers. (Unfortunately the answers here are outdated and/or not in vanilla JavaScript). Essentially I want to perform a simple test to detect ...
Ood's user avatar
  • 1,857
0 votes
1 answer
35 views

This is a local page that runs on an Android tablet. That tablet will be not connected to any network, so everything needs to stay in the device storage. HTML code: <div class="container&...
Parduz's user avatar
  • 614
1 vote
0 answers
193 views

I've created a simple drag/drop application in Delphi (10.3.3), with 9 TListBox components on it, and a few items which can be dragged/dropped between the listboxes. On an Ultra 4K touch monitor, the ...
Michiel van Vaardegem's user avatar
0 votes
0 answers
447 views

Touch screens under win10/11 behave in ways that mess up apps designed for mice (mostly games). WM_BUTTON_DOWN messages are sent .2 ms before WM_BUTTON_UP messages, which cause many games to miss that ...
Al Ro's user avatar
  • 520
0 votes
0 answers
37 views

I want to launch the touchpanel calibration program from within my application I'm developing. I am able to launch MultiDigiMon from regular cmd but I can't get it to work in the elevated Embarcadero ...
mike_m2's user avatar
  • 41
0 votes
1 answer
35 views

The bonus text particle has an animation where it is at x 0 the whole time, but the y rises from 0 to 1. When playing the game, tapping the screen, the particle is created at the correct finger ...
Div's user avatar
  • 3
0 votes
1 answer
115 views

I'm trying to add an authentication header to the sencha architect Store, the api that I'm consuming is an api with sanctum authentication. In the components I made a POST request placing the auth ...
GuilhermeRamos02's user avatar
0 votes
1 answer
40 views

Used this library to handle keyboard actions Link to my source code I have UITableView which is moving/collapsed/expanded and a bottom bar which moves alongside with a keyboard. When the keyboard is ...
Gargo's user avatar
  • 1,379
0 votes
1 answer
83 views

PS C:\projects\Node Series\2-ExpressServer> touch index2.js touch : File C:\Program Files\nodejs\touch.ps1 cannot be loaded because running scripts is disabled on this system. For more information, ...
SYED IRTAZA HASNAIN's user avatar
0 votes
1 answer
52 views

Im creating overlay app that shows over some games, i want to be able to use joystick in game / scroll webpage and click my overlay buttons that are at the screen bottom. How can i achieve this? ...
Karol Trawa's user avatar
0 votes
1 answer
1k views

On my DGUS software, I need a touch button which sends a message to the microcontroller (to perform a task) and also switches between pages. Which functionality under "Touch Control" should ...
Iskander's user avatar
0 votes
1 answer
77 views

Here is the code: extends KinematicBody2D var is_dragging = false var touchpos = 0 func _input(event): if event is InputEventMouseButton: if event.is_pressed(): is_dragging = ...
Legend589 Gamer's user avatar
0 votes
1 answer
104 views

i'am working in a complicated touching gesture, and meet this problem: let cachedStartTouches: TouchList; let cachedMoveTouches: TouchList; function onStart(ev: TouchEvent) { // length equals 2 ...
eczn's user avatar
  • 1,811
1 vote
1 answer
35 views

I've developed an html snake game, but I want to make it on mobile. This works fine on desktop, but when I want to go onto my mobile and play, the controls are bugging out, stopping the game, ...
Duby's user avatar
  • 45
2 votes
0 answers
70 views

my first enquiry, I apologise in advance if not quite proper... I am constrained to a limited pixel height and width on a small touch-sensitive display for a medical device using Raspberry Pi, program ...
Alan King's user avatar
1 vote
4 answers
646 views

A continuation from a previous unanswered post in which I wanted to centre an image to the touch that is dragging it. For example if the user touches the top right corner of the image, the image will ...
Undefined's user avatar

1
2 3 4 5
126