I have a div container horizontally filled up with a set of SVG drawings which are drawn dynamically. Because the width of the container exceeds the window's width an overflow-x: scroll !important is applied. However, even though it works in most of the browsers, the Samsung Internet browser won't make the div scrollable. Is there anything I can do about it?
EDIT: jQuery's scroll() function won't fire an alert event either
EDIT2: I perform a dynamic translate() on each SVG drawing to arrange them into a grid layout