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.
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
© 2024 OneMinuteCode. All rights reserved.