css - horizontal touch scroll in android brwoser -
i trying use -webkit-overflow-scrolling: touch;
in web site notice not working fine in android when <html dir="rtl">
. if remove dir="rtl"
works fine.
is there way fix problem keep using -webkit-overflow-scrolling: touch;
safari , chrome. bug android browser? works fine on chrome , safari
here live demo: http://jsbin.com/azedel/2
here screenshots:
before scrolling
after scrolling (as can see there white space on left)
Comments
Post a Comment