The bootstrap modal cannot be scrolled on iOS devices.

Asked 1 years ago, Updated 1 years ago, 71 views

We have created a system that allows you to search within modal on bootstrap3.Send the contents of the text box to PHP via Ajax and receive the results via Json.I will display the contents within the modal, but when the results increased, I could not scroll (swipe).It seems that this phenomenon only occurs on iOS devices.
If anyone knows how to solve this problem, please let me know.

jquery iphone ajax twitter-bootstrap

2022-09-30 16:02

1 Answers

As it is a modal, there is a high possibility that position:fixed; is specified. Why don't you use this page as a reference to enclose the destination you want to scroll to?

Unable to scroll absolutely positioned elements in iOS Safari


2022-09-30 16:02

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.