6,307
questions
0
votes
0
answers
27
views
How to check for a quick flat-hand touch of a touch-screen (Smartphone)
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 ...
0
votes
2
answers
62
views
How can I create transparent buttons that react to touches but pass drag gestures to the views below?
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 ...
0
votes
0
answers
22
views
Enabling both touch and click event on a leaflet control
I must start off by admitting that all this is super-new to me. I have created a custom control to show info about markers. The control creates an info panel that is enabled for both touch (on devices ...
2
votes
0
answers
60
views
Button stuck in hovered state on touch in WPF Touch Application modal window
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 ...
0
votes
0
answers
10
views
Can I create conditional delay for my android touch?
An annoying problem when you need to touch on a link or button on your android screen at the time when an add, notification or system window opens (such as keypad) and you end up touching undesired ...
0
votes
0
answers
34
views
Is there any way to still use touch.facebook.com
I wanted to know if someone can give me a hand. Until today I was using touch.facebook.com in Mozilla Firefox version 48, but it is no longer available.
So far I have tried in these versions:
In these ...
0
votes
0
answers
30
views
Soft keyboard tab navigation across editable AG Grid cells
I can see on https://www.ag-grid.com/javascript-data-grid/keyboard-navigation/#example when I am editing a cell, I can press on my laptop keyboard to edit the next editable cell. However, on my ...
1
vote
0
answers
20
views
How does the inner element of the ScrollView receive the full touchEvents sequence as it slides?
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 ...
0
votes
0
answers
18
views
Spontaneous rotation of the camera
Why is it that every time I click on the touchpad, the cinemachine camera turns to the right and this only happens when the character is running, but if the character is standing still, this does not ...
0
votes
1
answer
48
views
Zoom on Touch devices, what exactly does it do?
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 ...
0
votes
0
answers
49
views
Setting press time for DragGestureRecognizer in .Net Maui
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 ...
0
votes
1
answer
109
views
How can I disable Windows system-wide three/four-finger touch gestures in a Win32 application? [closed]
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, ...
0
votes
0
answers
37
views
Unity Whiteboard Feature Performance Issues on Interactive Flat Panels
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. ...
0
votes
0
answers
17
views
How can I create trigger touch image effect for Anfroid?
How can I create trigger with finger touch image effect for Anfroid like on a GIF?
I intrested only moving effect, without chromatic aberration
Touch image effect
I am a designer, I don't understand ...
1
vote
0
answers
31
views
WSL sometimes cannot create a specific filename in specific Windows folder
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 ...