Closed brianneisler closed 10 years ago
added -webkit-overflow-scrolling: touch; to both message container and app: container even better scroll functionality
QA Test: Test not passed
Scrolling still catches on Safari iOS 7 iPad 2 when not zoomed out completely. Scrolling causes scroll to "bounce" when attempted.
Passed QA Test
Entire page scrolls Android Browser, Galaxy s4, Android 4.3 Chrome v. 32.0 Android 4.3 Chrome v. 31.0 iOS 7, iPad 2 Safari v. 7.0.4 iOS 7, iPad 2
Fixed in v1.0.4
Scrolling is funky on mobile because we're using overflow:scroll. Have the page scroll instead.
QA