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.3 bower 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:

enter image description here

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

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -