angular-grid-layout
angular-grid-layout copied to clipboard
refactor(grid): use pointer events instead of mouse and touch events
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
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
@llorenspujol Are you planning to release this soon on NPM?
@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.