Stylus pen is a pen-shaped instrument that is used to input commands to a computer screen, mobile device or graphics tablet.
Questions tagged [stylus-pen]
78 questions
0
votes
0 answers
Drag images on website with stylus/pen
I want to write an app based on JavaScript that enables users to drag&drop images on a site into a

Christian Vorhemus
- 2,396
- 1
- 17
- 29
0
votes
2 answers
Disable scrolling with stylus on iPad
I am trying to cancel scrolling on UIScrollView if it's coming from stylus (Apple Pencil).
Any Advice?

Heysem Katibi
- 1,808
- 2
- 14
- 29
0
votes
1 answer
Fedora: Stylus Pen not working
I have an acer switch alpha, and both Ubuntu and Debian worked flawlessly with the stylus. But I cannot get it to work at all on Fedora which is my preferred OS.
What works:
Hovering
Clicking on anything related to the gnome-shell (settings,…

Aaron Flores
- 81
- 10
0
votes
3 answers
How to disallow Scrollview scrolling through stylus?
I have custom scrollview written which is working fine without stylus from Tablets.
When using Tablet stylus this customScrollview is allowing stylus to perform scrolling even when Scrolling is disabled.
public class CustomScrollView extends…

HourGlass
- 1,805
- 1
- 15
- 29
0
votes
1 answer
How to handle Apple Pencil events in Qt?
Has anyone figure out how to get events from Apple Pencil in Qt-5.7+? It looks like it sends a single QEvent.TouchBegin just like a finger, but no QEvent.TouchUpdate, and so also no pressure values.
If not, then maybe someone has written some…

patrickkidd
- 2,797
- 2
- 19
- 19
0
votes
1 answer
How to get the Transducer Serial Number from a stylus when drawing?
I'm developing a stylus accessory for use with an Android app. I have specified the Transducer Serial Number field (0x5B) in the HID description for the stylus as specified here: https://source.android.com/devices/accessories/stylus.html . How can I…

Jubbe
- 46
- 5
0
votes
1 answer
How can I disable flick behavior in a browser? (Chrome/Firefox)
Flicks are gestures that can be triggered with a stylus or finger to go back, forward, scroll down or up in an app in windows.
http://windows.microsoft.com/en-us/windows7/what-are-flicks
In my web app, I am using an HTML5 canvas to capture mouse…

Jorge Aguirre
- 2,787
- 3
- 20
- 27
0
votes
1 answer
Is it possible to make stylus operate only when finger is toucing it
i want to ask wheter there is a way to make stylus operate only when finger is touching it, so with my fingers of no changes to be made on screen, and when i do touch it, to work, i hope i was clear, sorry for my bad english.
If this is not…

Julian Costa
- 33
- 5
0
votes
1 answer
Delphi XE7: How to call a pop up menu of a ListBox on a Windows tablet?
There is only a ListBox and PopupMenu, attached to it (Delphi XE7, VCL). When I right-click a ListBox, menu is invoked, and when I long press the stylus (or finger) on the tablet does not. What could be the problem? Thanks!

user3671276
- 21
- 1
0
votes
1 answer
Spen touch listener not working after update to Lollipop
I am using SPenEventLibrary to recognise if touch is done by finger or Spen. It was working all the time until I updated to Android L.
Device: Galaxy Note 3.
Spen lib is up to date: libspen23.jar, pen-v3.1.8.jar
Android version: 5.0.
Code is…

user2876794
- 61
- 6
0
votes
1 answer
Do android supprot hovering buttons without a stylus?
I was wondering if Android supports "hover" events for fingers passing close enough to the phone surface.
Samsung Galaxy S4 does supports such behavior, as can be seen on its default lock screen (pre-lollipop at least).
On the other hand Android do…

rubmz
- 1,947
- 5
- 27
- 49
0
votes
0 answers
Stylus Pen integrated into Digital Form?
Background:
I very recently learned some basic php (and therefore am quite naive as to what is possible or not) to transform the paper forms to forms on our website. Our employees are not very tech savy and have a hard time typing it in. We tried…
0
votes
1 answer
Modify stylus behavior in any tablet
I just read this post about there being no way to fully use the stylus buttons, nor movements:
http://www.autohotkey.com/board/topic/91828-stylus-middle-mouse-button-emulation/
And I think that there should be some available workaround for this by…

Stenemo
- 611
- 7
- 13
0
votes
1 answer
Stylus pointing not working like it should while drawing on pocket pc
I'm making a signature application for my pocket pc. It works but when I test it with the emulator (mouse) it works like it should but when I try to test it on my device (stylus), the line that I draw is a little bit off where I am actually pointing…

user3360972
- 107
- 2
- 13
0
votes
1 answer
Change default stylus pointer style in android
It is possible to capture different stylus events on Android 4.0 and above.
But there does not seem to be a way to change the pointer style to something other than the default, since I want to set a small image dynamically as pointer when the stylus…

surender8388
- 474
- 3
- 12