The following html does nothing but shows a modal. However, after that, scrolling doesn't work on mobile devices(although it works on desktop browsers).
Note that scrolling works on mobile devices after the following line is removed.
$("#test-modal").modal("show");
So I think maybe modal did something that prevented scrolling on mobile devices.
Steps
The following html does nothing but shows a modal. However, after that, scrolling doesn't work on mobile devices(although it works on desktop browsers).
Note that scrolling works on mobile devices after the following line is removed.
So I think maybe modal did something that prevented scrolling on mobile devices.
Expected Result
Scrolling on mobile devices should work after showing the modal.
Actual Result
Scrolling doesn't work on mobile devices after showing the modal.
Version
2.3.2
Testcase
https://jsfiddle.net/t30wbo6n/1/