I don’t know if the problem comes from ionic or cordova,
but when my bower.json file is configured as follows:
“devDependencies”: {
" ionic": “driftyco/ionic-bower#1.2.0”,
“ngCordova”: “~0.1.23-alpha”
},
has-bounce on real device doesn’t work. Although if I change it to:
“devDependencies”: {
“ionic”: “driftyco/ionic-bower#1.1.0”,
“ngCordova”: “~0.1.20-alpha”
},
And run gulp install it works fine.
Is it a bug or the way to set has-bouncing has changed?
I tested it on an android 4.4 device.