Mobile Scrolling down Issues
-
Hi.
There is scrolling-down issue on mobile devices (I use an iPhone for testing).
You can see it on this link
And I also use following code for fixed menu:@media only screen and (max-width: 767px){ .site-header.float-header { position: fixed !important; top: 0 !important; } .site-header.float-header .site-logo { display: none; } }
If you start to scroll down, you can see how screen jumps to the bottom of the slider, skipping its entire content. I tested also on some pages with a regular banner; it does the same thing: jumping down.
Is it possible to make the scrolling smoother, like it works on the desktop view?Thanks
- The topic ‘Mobile Scrolling down Issues’ is closed to new replies.