android - Unintended horizontal movement of screen -
if open page @ http://goo.gl/68s0t (please don't replace link here don't want google link page site.) on android phone , move finger left right, move content.
what cause , how make content fit in horizontally moving right , left finger not cause movement of screen?
specify width of container , overflow: hidden
force content cut off @ width. if want able scroll vertically, use overflow-x: hidden
cut off horizontally.
early versions of android have sub-optimal css compatibility, best bet testing out on devices trial , error.
Comments
Post a Comment