Android-AdvancedWebView icon indicating copy to clipboard operation
Android-AdvancedWebView copied to clipboard

setOnScrollChangeListener Added

Open johncodeos opened this issue 7 years ago • 2 comments

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.

johncodeos avatar Dec 03 '17 16:12 johncodeos

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?

ocram avatar Dec 04 '17 13:12 ocram

Exactly, I tested it and there is not any problem.

johncodeos avatar Dec 04 '17 13:12 johncodeos