wieringen / tinyscrollbar

A lightweight cross browser javascript scrollbar.
http://baijs.com/tinyscrollbar
Other
398 stars 204 forks source link

iframe and touch sensitivity support? #57

Open resting opened 9 years ago

resting commented 9 years ago

I'm facing 4 issues.

  1. the mouse scroll doesn't work in latest IE 11 and FF 38.0.1 while over an iframe (youtube in my case).
  2. the touch scroll doesn't work while touch occurred in the iframe (youtube again).
  3. scroll is super sensitive on mobile for long pages.
  4. normal mouse wheel scroll in FF gets stuck when you scroll to the end and top of content a few times. it's happening on the demo site too. so I think it's important to resolve this first.

Is there anyway to solve these 4 problems? Thanks.

dinc5150 commented 8 years ago

I'm also getting a very sensitive scroll with long pages on touch screens. It's really hard to scroll to the right position. Using 2.5.0 release

designbymind commented 8 years ago

Hi @resting,

Did you ever find a solution to issue 4 on your list?

I realize this thread is quite dated, but if you've discovered a solution, sharing would be much appreciated 😃

· Jason

resting commented 8 years ago

@designbymind I did manage to fix issue 4. Don't remember what I did though.

designbymind commented 8 years ago

Hi @resting,

I found another solution but thanks for your reply!