blivesta / drawer

Flexible drawer menu using jQuery, iScroll and CSS.
http://git.blivesta.com/drawer
MIT License
623 stars 176 forks source link

Selecting form element within drawer closes drawer on Android 4.4.2 #11

Open narthur opened 9 years ago

narthur commented 9 years ago

Tested on Chrome, Dolphin, Opera, and default browser on Android 4.4.2 on Samsung Gallery S4.

Commenting out line 54 in jquery.drawer.js fixes the bug:

methods.close.call(_this);
ungki commented 9 years ago

I didn't consider using select element. I have to try to do it.