-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mobile android/ios fixes and other important fixes
- typos on touchaction for IE10+ #658 - MS Edge (14+) detection fixed #655 - webkitCancelRequestAnimationFrame deprecated #650 - enableobserver option added #643 - Bug in bower.json #617 - Versions from "3.6.7" to "latest" brokes scroll on touch devices #634 - Horizontal scroll doesn't work on mobile devices tested with chrome & firefox on Android #646 - How to Scroll in Mobile Device #626 - 3.6.7 not working on ios or android #574 - On iPhone safari does not work #649 - Touch scrolling leads to a click event on Windows touch (Edge and Firefox browser) #614 - Nicescroll not working in IOS 9+ #611 - fixed ghost horizontal scrollbar - enableobserver (default:true), attach Mutation Observers (or alternative observers) to monitoring any attribute change at nicescroll DOM, on performance issue you can disable - deprecated touchbehavior, new touchemulate option, name changing I hope solve many misunderstanding about this option meaning - a little more saving on zoomico.png (from 393b to 254b)
- Loading branch information
Showing
14 changed files
with
4,135 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Changelog nicescroll release 3.7.0 | ||
http://nicescroll.areaaperta.com/ | ||
https://github.com/inuyaksa/jquery.nicescroll | ||
|
||
|
||
Fixes | ||
- typos on touchaction for IE10+ #658 | ||
- MS Edge (14+) detection fixed #655 | ||
- webkitCancelRequestAnimationFrame deprecated #650 | ||
- enableobserver option added #643 | ||
- Bug in bower.json #617 | ||
- Versions from "3.6.7" to "latest" brokes scroll on touch devices #634 | ||
- Horizontal scroll doesn't work on mobile devices tested with chrome & firefox on Android #646 | ||
- How to Scroll in Mobile Device #626 | ||
- 3.6.7 not working on ios or android #574 | ||
- On iPhone safari does not work #649 | ||
- Touch scrolling leads to a click event on Windows touch (Edge and Firefox browser) #614 | ||
- Nicescroll not working in IOS 9+ #611 | ||
- fixed ghost horizontal scrollbar | ||
|
||
|
||
New options | ||
- enableobserver (default:true), attach Mutation Observers (or alternative observers) to monitoring any attribute change at nicescroll DOM, on performance issue you can disable | ||
|
||
|
||
Changes | ||
- deprecated touchbehavior, new touchemulate option, name changing I hope solve many misunderstanding about this option meaning | ||
|
||
|
||
TODO | ||
- railpadding | ||
- railpadding top & bottom settings ignored - thanks to simovinci.bellissimo | ||
- honorcssoverflow | ||
- autohidemode:hover | ||
- check 2D scrolling | ||
- check text selection on cursor drag (testing) | ||
- recursive position:fixed check | ||
- check horiz mouse wheel scrolling speed on chrome | ||
- mouse pan scroll | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.