Link to home
Start Free TrialLog in
Avatar of WebserviceMX
WebserviceMX

asked on

Phonegap(cordova) + jquery mobile scrollpane in iOS 5.1

I want to add a scrollpane using a <div> with overflow:scroll css property running as a phonegap iOS app.

Its working fine using this css code:

#insideContent .columContainer .pane{
		height:486px;
		overflow:scroll;
		margin-top:55px;
		position:relative;
}

Open in new window


But if i add this in order to get webkit easing effect.:
-webkit-overflow-scrolling:touch;

Open in new window


I get scroll cropped when i move the scroll down

User generated image

Can you help me with that, or what other alternatives i have to implement webkit scroll pane.
ASKER CERTIFIED SOLUTION
Avatar of WebserviceMX
WebserviceMX

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial