Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [touchscreen]

A touchscreen is an electronic visual display that can detect the presence and location of a touch within the display area. (Wikipedia)

touchscreen
0 votes
0 answers
15 views

Looking for a simple Android app for practicing smartphone gestures [closed]

I have an aging parent who I want to acquaint with using an Android smartphone. Gestures are a bit of a problem for him, and I want to acquaint him with swipe-down, swipe right, long-press, single ...
Ted Jackson's user avatar
-2 votes
1 answer
22 views

Why could app stop responding to touches?

This is a request for brainstorming for what the issue could be. My iPhone app is typically used for hours at a time, like a navigation app. It works perfectly for the vast majority of users. But some ...
fishinear's user avatar
  • 6,286
0 votes
0 answers
14 views

Weird glitch with touchscreen and Angular/Electron app

I have been developing a desktop app with Angular and Electron that must be displayed in a touchscreen (an LG Oled 55" specifically) but everytime I touch the screen, it shows a glitch for a ...
batxe's user avatar
  • 77
0 votes
0 answers
30 views

Cannot find the way to extract raw data of GT911 touchscreen

Is there a method to extract raw data from a touch screen using the GT911, regardless of the type of Arduino board used? (using I2C) By raw data, I don't mean the simply recognized touch coordinates, ...
권용석's user avatar
0 votes
0 answers
23 views

Zooming into Pictures etc. with two fingers on touchscreen

Looking for a solution to zoom a picture etc. similar to the zoom function on smartphone. The center point of the zoom is the mid between finger1 and finger2 the more i pull my fingers apart, the more ...
Patrick T.'s user avatar
0 votes
1 answer
56 views

USB touchscreen not registering multiple contacts

I'm trying to implement a USB touchscreen on a STM32. I'm making a full-speed device using ST's USB library and I'm testing it with on a Windows 10 host. The first contact registers, but when I try to ...
Blob Ross's user avatar
0 votes
0 answers
31 views

UWP DataGrid Scrollbar Issue: Unable to Scroll Using Touch on Touch Screen Devices

I'm developing a UWP app and I'm utilizing the DataGrid control from Microsoft.Toolkit.Uwp.UI.Controls to display data. While I can scroll using the mouse using both the scrollbar and its buttons, on ...
Hardik's user avatar
  • 33
0 votes
0 answers
78 views

tkinter window not working with GPIO touch screen

I'm using a raspberry pi zero 2 W with a 3.5 inch GPIO touch screen display. (http://www.lcdwiki.com/3.5inch_RPi_Display) The issue I am running into is that a GUI I am making using the Tkinter ...
George Copley's user avatar
0 votes
2 answers
204 views

Differentiate touchstart + touchend vs. click

With vanilla JS, and no touch framework, what condition makes a touchstart + touchend become a click event? Is there an official specification like, for example: touchstart followed by touchend, with ...
Basj's user avatar
  • 44.9k
0 votes
0 answers
46 views

QT multiple windows display issue in touchscreen for yocto beaglebone black

I am doing yocto project for beaglebone black board with MACHINE NAME='beaglebone' using the meta-ti layer. I need to run a qt application on startup in a touchscreen. I am using X11 rendering. The ...
user23494417's user avatar
0 votes
2 answers
70 views

Select multiple items with HTML <select> with a touchscreen

With a HTML <select> in multiple mode, how to enable the selection of multiple items with a touchscreen device? Drag/drop or swipe cannot be used for selection, it is already used to scroll the ...
Basj's user avatar
  • 44.9k
0 votes
0 answers
59 views

Qt Application rendering in Yocto beaglebone Black

I am building Qt application for beaglebone black board using Yocto project. I have two UI pages, In MainWindow designed icon which is login button by selecting it navigates Dialog page where i have ...
Suma PL's user avatar
0 votes
1 answer
42 views

Why are left and top properties disabled when using TouchMove-event

When using onmousemove the left and top properties are enabled and i can drag the div element but when trying to use the same properties while using ontouchmove they are disabled: Why is that?
Statistik's user avatar
1 vote
0 answers
82 views

How do I prevent when I touch screen, scrolling stops in Flutter

I use globalkey and Scrollable.ensurevisible for each titles. It works well, but when l touch screen after click title, scrolling stops. Do u have any idea? /// Scroll to the selected category await ...
Nijat Naghiyev's user avatar
-1 votes
1 answer
467 views

Goodix GT911 touchscreen controller starts generating i2c signals 64 seconds after device power-on

I am attempting to integrate a Goodix touchscreen into my imx7dsabresd system. It works fine but after 64 seconds later from the opening. I have monitored the touch interrupt and i2c signals using an ...
ahmet cihan Akınca's user avatar

15 30 50 per page
1
2 3 4 5
54