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
Had this same problem, my fix was altering between
-webkit-overflow-scrolling: touch
and
-webkit-overflow-scrolling: auto
whenever i focus/blur on inputs