ionic framework - no smooth springy scroll effect on Android -
my problem when deploy ionic app on android, smooth springy scroll effect (see .gif below) is missing. not occur when serve app locally on development environment.
why missing , how can enable it?
my development environment:
- ionic
1.3.20,1.0.0-rc.3bower dependency - android sdk
22 - ubuntu
14.10 - java version
1.8.0_25 - ant version
1.9.4
this .gif illustrates i'm referring smooth springy scroll effect:

you experiencing because on ios , local-browser default setting effect enabled while on android default disabled.
to change that, add has-bouncing="true" attribute ion-content tag
for example:
<ion-content has-bouncing="true"> ...
Comments
Post a Comment