mobile-angular-ui icon indicating copy to clipboard operation
mobile-angular-ui copied to clipboard

Scrollable content for iPhone 6/6 Plus

Open lg365 opened this issue 10 years ago • 6 comments

When adding the scrollable scrollable-content class, data can be scrolled on all devices apart from the iPhone 6 and the iPhone 6 Plus. This includes all other iOS devices, Safari on a desktop etc.

lg365 avatar Nov 19 '14 14:11 lg365

This sounds very strange.. I'm testing it with iOS 6 Simulator and it works fine. Could you try to navigate to http://mobileangularui.com/demo and say if is affecting it too?

mcasimir avatar Dec 17 '14 02:12 mcasimir

This works fine on my iPhone 6

ElleryW avatar Aug 17 '15 16:08 ElleryW

Scrolling for me worked on desktop Chrome, but scrolling did not work for me when running my page inside of a phonegap app. I removed ui-prevent-touchmove-defaults from my body tag, which was shown in the demo. This fixed scrolling for me on iphone 6 running my page inside a phonegap app.

joshribakoff avatar Jan 16 '16 22:01 joshribakoff

ok I see some really buggy behaviour for scrolling. I see it the app I am developing as well as in the demo app, its visible at least in iphone 6 plus and ipad device (in safari and chrome) as well as in simulator. See video: https://youtu.be/161bFhj48hM

okku avatar May 05 '16 12:05 okku

Yeah same issue here... Scrolling is inconsistent... Exactly same behavior reported by okku... Anyone came to a solution to this? Thanks!

workzentre avatar Jun 27 '16 03:06 workzentre

Ok finally solved this!!! Its caused by the gesture module, so if you don't need gestures just DON'T incude: mobile-angular-ui.gestures.js.

okku avatar Jul 27 '16 14:07 okku