T
T
testguaran2016-06-18 10:34:23
css
testguaran, 2016-06-18 10:34:23

Why can it be hard to scroll on mobile devices?

There is a table on ngTable, it has a minimum width of 1200px, if the page is smaller in width, then a scroll appears from below so that you can scroll the table sideways. But! There is no scrolling on mobile devices, you just need to click on the table and drag it to the side, but the problem is that this is sometimes very difficult to do: it just doesn’t stretch, sometimes it works, but mostly it doesn’t. Additionally, I didn’t add any styles to ngTable, only overflow: auto

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton, 2016-06-19
@SPAHI4

If the problem is on an iPhone, then you can try
-webkit-overflow-scrolling: touch;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question