lauriemustafic / jquery-nicescroll

Automatically exported from code.google.com/p/jquery-nicescroll
0 stars 0 forks source link

Problem with Windows Mobile IE - nicescroll don't work. #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have problem on my website http://www.creativecloud.com.pl/index.html - 
nicescroll.min.js don't works - i can't scroll down my home page. Please check 
this out. 

I tested on Windows Mobile 8s by HTC IE browser. 

Original issue reported on code.google.com by creative...@gmail.com on 18 Oct 2013 at 2:04

GoogleCodeExporter commented 8 years ago
I have the same problem. A more detail description of the issue.

What steps will reproduce the problem?
1.Init nicescroll on body or html. ie $('body').niceScroll();
2.Open the page on windows mobile IE.

What is the expected output? What do you see instead?

It should scroll but it doesn't.

What version of the product are you using? On what operating system?

Last version of nicescroll. Window Mobile IE browser. Tested on Nokia Lumnia 
625.

Please provide any additional information below.

CSS:

html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

body{
overflow-x: hidden
}

Original comment by xristosn...@gmail.com on 26 Dec 2013 at 3:49

GoogleCodeExporter commented 8 years ago
same issue, scrolling stops working after enabling niceScroll.

Original comment by the.jeff...@gmail.com on 6 Oct 2014 at 10:23