-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cell is not editable on iOS #2538
Comments
@zdrawku |
@ymita today I will take a closer look and will let you know about all my findings regarding the issue. |
This is related to #angular/angular#23954, I pushed a PR. We'll implement a workaround for the time being. |
feat(igxGrid): iOS cell editing support #2538
Unfortunately, this PR breaks other of our components which rely on hammerjs events. I'm reopening the issue and we should either extend our kind of forgotten hammer manager class to work with Angular, or hopefully the Angular team will add the doubletap support by default. |
Hi @zdrawku, @rkaraivanov @damyanpetev |
It does seem like this is taking a while to get resolved either by Angular or in iOS (one can dream) so we might as well try to fix it on our own for now. |
@damyanpetev Thank you for your reply! |
Since iOS WebKit doesn't support dblclick and Angular's Hammer plugin doesn't have doubletap exposed, resorting to our Hammer manager. Also prevented the double tap to zoom on the cell as it was rather jarring.
Since iOS WebKit doesn't support dblclick and Angular's Hammer plugin doesn't have doubletap exposed, resorting to our Hammer manager. Also prevented the double tap to zoom on the cell as it was rather jarring.
Since iOS WebKit doesn't support dblclick and Angular's Hammer plugin doesn't have doubletap exposed, resorting to our Hammer manager. Also prevented the double tap to zoom on the cell as it was rather jarring.
Since iOS WebKit doesn't support dblclick and Angular's Hammer plugin doesn't have doubletap exposed, resorting to our Hammer manager. Also prevented the double tap to zoom on the cell as it was rather jarring.
Since iOS WebKit doesn't support dblclick and Angular's Hammer plugin doesn't have doubletap exposed, resorting to our Hammer manager. Also prevented the double tap to zoom on the cell as it was rather jarring.
fix(grids): handle double tap to allow editing on iOS #2538
fix(grids): handle double tap to allow editing on iOS #2538
fix(grids): handle double tap to allow editing on iOS #2538
fix(grids): handle double tap to allow editing on iOS #2538
perf(grids): limit cell double tap handler to just iOS #2538
Description
Cell is not editable on iOS
Steps to reproduce
Result
The cell does not go into edit mode.
Expected result
The cell goes into edit mode.
The text was updated successfully, but these errors were encountered: