[Solved] Scrolling transform issue on ionic tabs or sidemenu

Hello everyone. When i tap and pull down or up the page, scroll transform works on Chrome dev. tools. with device Iphone5, but when i try it device-Nexus5 (also in lollipop 5.0.2) it doesnt work. I tried both ionic sidemenu and tabs projects. Where is the problem?
and i catch the code in chrome as follows:

div class=“scroll” style=“transform: translate3d(0px, 0px, 0px) scale(1);”

Thanks from now.

<ion-content has-bouncing=“true”>
<
/ion-content>

Because of that: Whether to allow scrolling to bounce past the edges
of the content. Defaults to true on iOS, false on Android.

thanks to me:p

1 Like

reading the docs before programming is a great idea i think :slight_smile:

and the forum would have a fraction amount of topics^^

hahah yes, right. but i didn’t know that it calls “bouncing” and sometimes it can be overlooked because of android-ios incompatibility…