Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter bootstrap modal在android手机上不起作用_Twitter Bootstrap_Bootstrap Modal - Fatal编程技术网

Twitter bootstrap modal在android手机上不起作用

Twitter bootstrap modal在android手机上不起作用,twitter-bootstrap,bootstrap-modal,Twitter Bootstrap,Bootstrap Modal,我把我的网站上传到了互联网上,但在安卓手机上,这种模式似乎不能正常工作。它在电脑上工作得很好,但在移动设备上?不多 <button type="button" class="btn btn-primary btn-large" data-toggle="modal" data-target="#myModal2">Sign up as an Jobseeker</button> <button type="button" class="btn btn-primary

我把我的网站上传到了互联网上,但在安卓手机上,这种模式似乎不能正常工作。它在电脑上工作得很好,但在移动设备上?不多

<button type="button" class="btn btn-primary btn-large" data-toggle="modal" data-target="#myModal2">Sign up as an Jobseeker</button>
<button type="button" class="btn btn-primary btn-large" data-toggle="modal" data-target="#myModal">Sign up as an Employer</button>
<!-- Modal:Jobseeker -->
    <div id="myModal2" class="modal fade" role="dialog">
      <div class="modal-dialog">

        <!-- Modal content-->
        <div class="modal-content">
          <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal">&times;</button>
            <h4 class="modal-title">Finalization</h4>
          </div>
          <div class="modal-body">
            <p>Hello! Please add some additional information to finish the Sign up process.</p>
            <i class="icon-question-sign" data-toggle="tooltip" title="This is required to receive notifications from the system."></i>&nbsp;<input type="text" name="cellno" placeholder="Cellphone Number e.g 63905XXXXXXX"><br>
            <input type="submit" name="register2" value="Finish" class="btn btn-primary btn-large">
          </div>
          <div class="modal-footer">
            <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>

          </div>
        </div>

      </div>
    </div>
<!-- End of Modal:Jobseeker -->
注册成为求职者
注册成为雇主
&时代;
定稿
你好!!请添加一些附加信息以完成注册过程


接近

请帮助

移动设备上的modal中有什么不正常工作?您也可以将您的网站链接放在此处,以便我们打开它并查看它的实际外观。