Twitter Bootstrap modal on mobile devices

前端 未结 12 2056
忘了有多久
忘了有多久 2020-12-02 04:20

Bootstrap modals don\'t work correctly on Android and iOS. The issue tracker acknowledges the problem but does not offer a working solution:

Modals in 2.0 are broke

12条回答
  •  死守一世寂寞
    2020-12-02 05:20

    Mainly Nexus 7 modal issue , modal was going down the screen

      .modal:before {
        content: '';
        display: inline-block;
        height: 50%; (the value was 100% for center the modal)
        vertical-align: middle;
        margin-right: -4px;
      }
    

提交回复
热议问题