Fixed critical issue #37
Unclaimed project
Are you a maintainer of FinestWebView-Android? Claim this project to take control of your public changelog and roadmap.
Changelog
Beautiful and customizable Android Activity that shows web pages within an app.
Fixed critical issue #37
AndroidBaseUtilsAdded onDownloadStart listener.
public void onDownloadStart(String url, String userAgent, String contentDisposition, String mimeType, long contentLength)
Added Find menu.
showMenuFind(boolean showMenuFind);
stringResFind(@StringRes int stringResFind);
Added load(String data) method to let webview to open html file.
Thanks @prashantwosti for the issue report and codes https://github.com/TheFinestArtist/FinestWebView-Android/issues/9
Fixed https://github.com/TheFinestArtist/FinestWebView-Android/issues/14