Rubber band scrolling on Galaxy S3 / Android 4.3

Just a quick question: I created a little test application based on the pet example. In desktop Chrome the content has rubber band scrolling. After compiling it with Cordova and deploying it to a Samsung Galaxy S3 running Android 4.3 it uses “hard” scrolling without the rubber band effect.

Is this by design or am I missing something? This topic was probably already discussed, but I wasn’t able to find it.

Android by default doesn’t have this effect. To add it, add has-bouncing="true" to the content.

<ion-content has-bouncing="true"></ion-content>
1 Like

Thanks a lot. Should have read the docs more carefully, since it’s clearly stated there…

It’s easy to miss. Since the docs are constantly being updated, its hard to notice when they change. Glad to help