แก้ปัญหาเมนู navbar ของ bootstrap ไม่ทำงานในระบบสัมผัส

21 ส.ค.

$(‘.dropdown-toggle’).click(function(e) {
e.preventDefault();
setTimeout($.proxy(function() {
if (‘ontouchstart’ in document.documentElement) {
$(this).siblings(‘.dropdown-backdrop’).off().remove();
}
}, this), 0);
});

ความคิดเห็นเกือบล่างสุด

https://github.com/twbs/bootstrap/issues/4550