Horizontal scroll in Android not working

Hi all,

Is there a fix for this very frustrating bug?

<ion-scroll direction="x" class="item wide-item" overflow-scroll="false" scrollbar-x="false">
</ion-scroll>

It’s very basic. On iOS it works wonderfully, but on Android… nope. I can’t scroll horizontally! Is there a fix for this, please? It’s preventing me to go live!

1 Like

Thanks mate. Is this the only fix that is possible? Looks like a very drastic change…

this code working very fine in chrome but not working in android

           <div ng-repeat="item in dining" style="float: left; padding: 0em 1em;" >
 
               <div>
                  <img style="width:200px;height:200px ;" src="{{item.image}}" />
               </div> 
               <!-- <div>
                   <a style="text-align: center" >{{item.desc}}</a> 
               </div> -->
          </div>
        </ion-scroll>
    </div>