Touch/Trackpad finger position
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:
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>
Also, for future reference, these kinds of feature requests belong in the WHATWG's mailing lists, not here.
Also, for future reference, these kinds of feature requests belong in the WHATWG's mailing lists, not here. On Tue, Nov 7, 2017, 18:59 Eli Perelman <eli at eliperelman.com> wrote: > 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 >> > _______________________________________________ > 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/20171108/6f677922/attachment.html>
The best place to ask about this is probably somewhere here: github.com/whatwg. I'm not sure which repo this topic would be in, but you can kindly ask about which repo to post in once you've opened an issue in the repo you think is most related. My guess would be github.com/whatwg/dom.
The best place to ask about this is probably somewhere here: github.com/whatwg. I'm not sure which repo this topic would be in, but you can kindly ask about which repo to post in once you've opened an issue in the repo you think is most related. My guess would be github.com/whatwg/dom. */#!/*JoePea On Tue, Nov 7, 2017 at 4:37 PM, Isiah Meadows <isiahmeadows at gmail.com> wrote: > Also, for future reference, these kinds of feature requests belong in the > WHATWG's mailing lists, not here. > > On Tue, Nov 7, 2017, 18:59 Eli Perelman <eli at eliperelman.com> wrote: > >> 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 >>> >> _______________________________________________ >> es-discuss mailing list >> es-discuss at mozilla.org >> https://mail.mozilla.org/listinfo/es-discuss >> > > _______________________________________________ > 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/4858fe92/attachment.html>
Very interesting. Thanks :) It was so close, Isiah! The problem with the current API is that you can "jump" from one place to another.
Let's say I draw an "A" in the left side of my trackpad, then I draw a "B" in the right side of the trackpad. On the screen, they will overlap, with both letters in the same place.
I will ask them there, Joe.
Thanks a lot, folks :)
Very interesting. Thanks :) It was so close, Isiah! The problem with the current API is that you can "jump" from one place to another. Let's say I draw an "A" in the left side of my trackpad, then I draw a "B" in the right side of the trackpad. On the screen, they will overlap, with both letters in the same place. I will ask them there, Joe. Thanks a lot, folks :) On Wed, Nov 8, 2017 at 12:47 AM, /#!/JoePea <joe at trusktr.io> wrote: > The best place to ask about this is probably somewhere here: > github.com/whatwg. I'm not sure which repo this topic would be in, but > you can kindly ask about which repo to post in once you've opened an issue > in the repo you think is most related. My guess would be github.com/whatw > g/dom. > > */#!/*JoePea > > On Tue, Nov 7, 2017 at 4:37 PM, Isiah Meadows <isiahmeadows at gmail.com> > wrote: > >> Also, for future reference, these kinds of feature requests belong in the >> WHATWG's mailing lists, not here. >> >> On Tue, Nov 7, 2017, 18:59 Eli Perelman <eli at eliperelman.com> wrote: >> >>> 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 >>>> >>> _______________________________________________ >>> es-discuss mailing list >>> es-discuss at mozilla.org >>> https://mail.mozilla.org/listinfo/es-discuss >>> >> >> _______________________________________________ >> es-discuss mailing list >> es-discuss at mozilla.org >> https://mail.mozilla.org/listinfo/es-discuss >> >> > > _______________________________________________ > es-discuss mailing list > es-discuss at mozilla.org > https://mail.mozilla.org/listinfo/es-discuss > > -- [ ]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! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20171108/6af11ec2/attachment-0001.html>
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 developers.google.com/experts/people/felipe-moura, Founder of
BrazilJS braziljs.org and Nasc nasc.io.
Website: felipenmoura.com / nasc.io Twitter: @felipenmoura twitter.com/felipenmoura
Facebook: fb.com/felipenmoura LinkedIn: goo.gl/qGmq
Changing the world is the least I expect from myself!