【问题标题】:Bootstrap Modal not opening on iPhoneBootstrap Modal 无法在 iPhone 上打开
【发布时间】:2018-09-02 19:24:42
【问题描述】:

我有一个使用 BS 模态的网站。该模式在笔记本电脑和移动模拟器(Safari 响应式设计模式)上打开,但是,在物理移动设备(iOS 11 iPhone X)上运行时,它不会打开。 the page

【问题讨论】:

  • 它适用于Android,因此编辑了标题。

标签: javascript jquery html css bootstrap-4


【解决方案1】:

你的 event.html 有错误,这一行:

if (width>=350)&&(width<=1200){

如果你改变它:

if (witdh >= 350 && width <= 1200) {

应该会更好

【讨论】:

    猜你喜欢
    • 2017-07-24
    • 1970-01-01
    • 2021-09-13
    • 2013-10-31
    • 1970-01-01
    • 2019-05-29
    • 2019-02-09
    • 1970-01-01
    相关资源
    最近更新 更多