Topic: SOS !!! modals do not work on ipad on my site!!!

Vasilev pro asked 6 years ago


i copied example code like down . But on your site modals work.
Start your code here

<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
    Launch demo modal
</button>

<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
    <div class="modal-dialog" role="document">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="modal-body">
                ...
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
                <button type="button" class="btn btn-primary">Save changes</button>
            </div>
        </div>
    </div>
</div>
                                

Vasilev pro commented 6 years ago

i have resolved my problem. i removed popper.min.js and change it code below: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js ps: popper.min.js has unexpected token >

Marta Wierzbicka staff commented 6 years ago

In the newest version of MDB there is no problem with popper.min.js but I'm glad you solved your problem.

Vasilev pro commented 6 years ago

ok. thank you Marta.

Marta Wierzbicka staff answered 6 years ago


Hi, could you tell me more information and describe your issue in details? Which version of MDB do you have? Is it the newest 4.4.3 or older? What version iOS do you have? And could you send me your HTML file with your code with this problem to m.szymanska@mdbootstrap.com? Best, Marta

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: Yes
  • Provided link: No
Tags