arkon / ng-sidebar

[Inactive] Angular sidebar component.
https://echeung.me/ng-sidebar
MIT License
388 stars 136 forks source link

Sidebar bug leads to unexpected behaviour in iOS #201

Closed falbech closed 4 years ago

falbech commented 4 years ago

This issue only appears in iOS devices (in my case, for hybrid app) I am working in a project which is designed to support web and mobile platforms and I noticed an unexpected behaviour while opening the sidebar in iOS 13.

The main problem is when you click the button to open/close the sidebar, it behaves as a "double click", triggering state change two times.

I already discovered what is causing this problem, so soon I'll be submitting a pull request to fix it.