R
R
Roma Zvarich2015-12-10 13:07:28
HTML
Roma Zvarich, 2015-12-10 13:07:28

Why is page scrolling not working in Bootstrap mobile browsers?

Hello.
Superficially familiar with layout and bootstrap.
I want to help a friend make a one-page landing.
I took a ready-made Bootstrap template and redid it a bit.
The problem is that scrolling does not work in mobile browsers. Checked in Chrome and Opera.
Can anyone suggest where to look for a solution to the problem?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeniy, 2015-12-10
@hisbvdis

Bootstrap has nothing to do with it, most likely.
If I were you, I would try to disable the scroll-related js libraries:

<script src="js/jquery.nicescroll.min.js" type="text/javascript"></script>
<script src="js/jquery.scrolly.js" type="text/javascript"></script>

Then see if the problem is gone.
If it goes away: disable these scripts for mobile devices using the same JS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question