Bootstrap v2 Dropdown Navigation not working on Mobile Browsers

前端 未结 14 1159
遥遥无期
遥遥无期 2020-11-28 06:22

I am having an issue with the Bootstrap menu dropdowns on mobile devices (Bootstrap 2). A similar question was asked here with dropdown buttons, however the answer for that

14条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 06:55

    I am using bootstrap-3.3.1 and I am experiencing the same problem in a Android phonegap app.

    I found a funny workaround after several trials and errors:

    // clueless hack here!!!! otherwise dropdown menu doesn't work
    $('.dropdown-toggle').dropdown('toggle');
    $('.dropdown-toggle').dropdown('toggle');
    

提交回复
热议问题