Releases: 101medialab/android-ezwebview
Releases · 101medialab/android-ezwebview
Release 1.4.8
Release 1.4.7
- updated: bugfix for incorrectly injected css tag html code format
- updated: bugfix for setWebContentsDebuggingEnabled(boolean) method
Release 1.4.5
- added setDefaultUserWithSuffix() method for appending custom string to default user agent (since some websites prefer the default user agent)
- calling loadWebContent(content) and loadUrl(url) without setting webview will now throws IllegalArgumentException
v1.4.4: Minor Update
Minor Update
- removed the need to catch Exception on loadUrl()
- updated android support lib to 24.0.0
Release 1.4.3
- updated: added chrome debug mode flag
- updated: removed the now obsolete and misleading setWebContent() method from Fx9C
- updated: support automatic media playback
Release 1.4.2
- updated: added loadUrl() method call
- updated: further simplify loadWebContent() method call
Release 1.4.0
- in progress of revamp api for encapsulated, cleaner, and more intuitive code
- enabled webview debugging through Fx9C API call