Android-AdvancedWebView
Android-AdvancedWebView copied to clipboard
setOnScrollChangeListener Added
setOnScrollChangeListener by default it's only available for devices with 23 API and above. This pull add support for devices below 23 API. Also I added example on README.
Thank you!
How will this work with devices (and compile targets) both below and above API level 23? Will this be compatible? So <23, it would just add the missing method as a patch, and >=23 it would override the default implementation from View without any bad side effects?
Exactly, I tested it and there is not any problem.