top | item 8654454

(no title)

soult | 11 years ago

I don't know what exactly you want to do with the pen input, but you could use native messaging[0] to get the data into chrome. Basically a small, native program that (bidirectionally) communicates with a Chrome extension via JSON.

I used the same approach to get customer signatures from a Wacom signature tablet into a web app.

0: https://developer.chrome.com/extensions/messaging#native-mes...

discuss

order

ygra|11 years ago

But that's just a Chrome-only solution again, requiring you to use a different method for each browser. A plugin at least gives you a few ones in one solution.

AYBABTME|11 years ago

OP was asking about `Chrome apps`

dtf|11 years ago

Thanks! I'll look into that.

Currently I'm piping evdev (ie /dev/input/event*) events through a WebSocket for use in my own personal apps/experiments on Linux. I'd love to see browser pen support though... maybe something could be added to Touch Events? It's just such a nice, precise form of input.

kuschku|11 years ago

Actually, there is an implementation of Touch Events (the Microsoft one) that already supports all this...