You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works as long as the menu content does not overflow the screen size, otherwise the click event is not fired.
The same happens for the main content and the modal content, the click events are not fired if the content overflows the screen size. This is fixed when a transition is executed over the content, so if you are using {{#ionNavView}} for your content your events will work. For the modal content, I am showing the content with a VelocityJS effect so that the transition will make my events work.
As we mentioned before, this only happens on Android <= 4.1.2.
I've tested my app on few android versions (4.2.2, 5.0.1), even on blackberry 10 and it's working fine.
But on Android 4.1.2 when I want to click on list at side menu nothing happens.
I think that it's something similar to this issue.
The text was updated successfully, but these errors were encountered: