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

before

after scrolling (as can see there white space on left)

after scrolling


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -