html - -webkit-overflow-scrolling: touch; not working on iPhone 6+ in Safari -
during testing on site developing, noticed -webkit-overflow-scrolling: touch; applied container of mobile menu not work expected on iphone 6+, working expected on iphone 5.
after googling, found workaround said adding border same element fixes issue, , did briefly. once style added css , page refreshed, no longer worked until rotated phone, , rotated - leads me believe kind of bug safari on larger iphones.
has else encountered issue? know solutions fix this?
thank you!
ios 8 not read -webkit-overflow-scrolling: touch should insert overflow:scroll fix problem on ios 8.
in case versions before 8 read "-webkit-overflow-scrolling: touch" , 8th version read "overflow:scroll".
i faced same problem , fixed in way.
Comments
Post a Comment