Trouble with BB smooth scroll to id

I have a problem with the smooth-scrolling feature. I have a number of buttons which I want to scroll to an id lower down on the page. On a desktop display, the smooth scrolling works. On a mobile or “small” device, the buttons don’t even work.

Can I just turn off/disable smooth scrolling completely?

Hi,

The likely cause is that the ID is being used more than once. For example, you have your ID on a row for large devices and the same ID for another row set to display on small devices. If that is the case then this is why it isn’t working. An ID has to be unique on the page meaning it can’t be used more than once.