I know that Mobile Safari won\'t fire events while in \"momentum\" (-webkit-overflow-scrolling: touch;) scrolling. But this is not entirely the same thing, because Safari ha
It's indeed a bug on newly released iOS 11.I resolved the issue on modal by changing the css:
.modal { position:fixed; overflow-y: scroll; bottom: 0; left: 0; right: 0; top: 0; z-index: 99; } body { height: 100%; width:100%; overflow: hidden; position:fixed; }