biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 15 forks source link

Pen input no longer working with Chrome #512

Open dlangenk opened 1 year ago

dlangenk commented 1 year ago

The pen input (at least of the IPad, will try Wacom tomorrow) is not working anymore. If you select the polygon tool and start outlining the object, the marker is stuck and does not update. Same for the brush tool. Sometimes the right click menu is opened. I guess this is a conflict of the new zoom in/pan with two fingers etc. functionality. However, we should be able to detect if a pen is used. Tried with Google Chrome on current IOS.

mzur commented 1 year ago

I just tried it with an iPad and Safari and it works as expected. How does it work for you with Safari?

dlangenk commented 1 year ago

In Safari it works perfectly. That should be fine for now. The Chrome problem has probably something to do with a different type of event being sent in chrome for the pen. Can keep that open and investigate in the future or close it.

mzur commented 1 year ago

I'll leave this open because Chrome (and Firefox) should be fully supported.

mzur commented 1 month ago

I've been watching this bug for a long time and it was now resolved. But it was about Firefox on Linux so I'm not sure if it was related to this issue...

Maybe you can try again once #868 is merged.