- From: Doğancan Kebude <dkebude@gmail.com>
- Date: Mon, 28 Dec 2020 17:04:13 +0300
- To: "Patrick H. Lauke" <redux@splintered.co.uk>
- Cc: public-pointer-events@w3.org, Caner Çelik <anafor@gmail.com>
- Message-ID: <CADWkRoVCPieVMK=akt8NV4mSDL_U6REM4AJRgfb7+Rc4sPXqUw@mail.gmail.com>
Hello Patrick, Sorry for the late response. Here is a codepen: https://codepen.io/dkebude/pen/zYKpZvv To clear things further up, we are working on this on a 21.5" device with an infrared touchscreen utilizing Chrome v87.0.4280.88. The touchscreen has a navigator.maxTouchPoints value of 6. So, we can utilize up to six touches. What the codepen does is as follows: * The interface activates on a pointerdown event on the button with the "PRESS ME" text on it. * If a pointerup event occurs on the button, the interface disappears * The interface consists of a video and a scrollable text. What we are trying to do is to control the video or scroll the text while we keep pressing the button. Best, Doğancan Patrick H. Lauke <redux@splintered.co.uk>, 24 Ara 2020 Per, 16:51 tarihinde şunu yazdı: > Hello, > > I'd suggest that it's tough to debug your issue without seeing an actual > reduced test case/example. If you could put something online that'd be > helpful. > > P > > On 23/12/2020 13:06, Doğancan Kebude wrote: > > Hello all, > > > > I have been trying to implement an interactive device that supports > > multitouch to present some information. Mainly I have a sole button on > > an html page that opens with a pointerdown event and closes with the > > pointerup event occuring for the pointer with the original pointerId. So > > a pointer should be on top of the button at all times to view the rest > > of the data. Since the button is the only thing on the page, the > > pointerdown event will always be the primary event (I think this is > > important since -as far as I understood- the non-primary pointer events > > cannot produce compatibility mouse events). > > > > The button then opens up an interface where I can do the following with > > the *mouse *(again, as far as I understand, mouse also generates a > > primary pointer event): > > > > 1. Play a standard html video, > > 2. Scroll through a standard html text, > > 3. Slide through a slick.js carousel. > > > > Then again, as far as I understand, all of these elements are compatible > > with legacy mouse events. However, when I try to achieve any one of the > > above-mentioned trio I receive no response. > > > > * I have tried disabling touch events through touch-action: none on my > > CSS file and that didn't solve the issue. > > * I have tried to dispatch mouse events on pointer events and still no > > response. > > * I have tried doing these actions on a page with no other elements, > > while I have a primary pointer somewhere else on the page and no > > response either. > > > > Hence, I am looking for a way to get response from the abovementioned > > elements with pointers. > > > > Sorry for my English, a non-native speaker here. And also please excuse > > me if I am missing something important. I have been developing a lot of > > Python; but I am new to this. > > > > Best wishes, > > Dogancan > > > -- > Patrick H. Lauke > > https://www.splintered.co.uk/ | https://github.com/patrickhlauke > https://flickr.com/photos/redux/ | https://www.deviantart.com/redux > twitter: @patrick_h_lauke | skype: patrick_h_lauke >
Received on Monday, 28 December 2020 14:05:32 UTC