arkon / ng-sidebar

[Inactive] Angular sidebar component.

Home Page:https://echeung.me/ng-sidebar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sidebar bug leads to unexpected behaviour in iOS

falbech opened this issue · comments

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.