Touch/Trackpad finger position
Eli Perelman
eli at eliperelman.com
Tue Nov 7 23:59:17 UTC 2017
The ECMAScript language deals with semantics around the specific
programming language, while native interactions are supplied by the host
environment, e.g. Node.js and the browser. This is why interactions like
window and document events are defined by W3C and friends, and
strictly-language items are handled by ES.
You'll probably want something like Touch Events, defined by the host
environment:
https://developer.mozilla.org/en-US/docs/Web/API/Touch_events
On Tue, Nov 7, 2017 at 5:53 PM Felipe Nascimento de Moura <
felipenmoura at gmail.com> wrote:
> Hi.
> If I'm being too crazy here, please let me know!
>
> What would it require for us to have an API to get the exact position of
> fingers/touches from the trackpad? (even it not pressed)
>
> For example, let's say someone wants to write a WebApp in which you could
> sign something, or simply use a (good) handwriting feature instead of
> pressing/clicking.
>
> This is a feature that is supported for native apps...
> I wonder why it shouldn't be supported for the web :)
>
> [ ]s
>
> *--*
>
> *Felipe N. Moura*
> Web Developer, Google Developer Expert
> <https://developers.google.com/experts/people/felipe-moura>, Founder of
> BrazilJS <https://braziljs.org/> and Nasc <http://nasc.io/>.
>
> Website: http://felipenmoura.com / http://nasc.io/
> Twitter: @felipenmoura <http://twitter.com/felipenmoura>
> Facebook: http://fb.com/felipenmoura
> LinkedIn: http://goo.gl/qGmq
> ---------------------------------
> *Changing the world* is the least I expect from myself!
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20171107/e6c6e312/attachment.html>
More information about the es-discuss
mailing list