katoid / angular-grid-layout

Responsive grid with draggable and resizable items for Angular applications.
https://katoid.github.io/angular-grid-layout
MIT License
462 stars 61 forks source link

refactor(grid): use pointer events instead of mouse and touch events #90

Closed llorenspujol closed 3 months ago

llorenspujol commented 1 year ago

POC that replaces mouse and touch events for pointer events.

Overall seems to work well, but should be tested in many devices before approval.

If approved, it will close https://github.com/katoid/angular-grid-layout/issues/80

Duckelekuuk commented 7 months ago

Your PR has to be updated but the code works well. Tested it on: Acer chromebook R11 - Chrome HP probook - FireFox/Chrome Dell - Chrome Ipad Pro - Safari

Duckelekuuk commented 3 months ago

@llorenspujol Are you planning to release this soon on NPM?

llorenspujol commented 3 months ago

@Duckelekuuk Yes, that is the intention. There is just one bug pending related to this refactor: https://github.com/katoid/angular-grid-layout/issues/120

Once it is resolved, I will release a new version. I hope to do it this month.