Leonardo

Results 48 comments of Leonardo

@taimur97 You mean multiple window such as Google Chrome Add new window? https://github.com/TheFinestArtist/FinestWebView-Android/issues/28

Released [1.1.7](https://github.com/TheFinestArtist/FinestWebView-Android/releases/tag/1.1.7) with `onDownloadStart` in `WebViewListener`. ``` java public void onDownloadStart(String url, String userAgent, String contentDisposition, String mimeType, long contentLength) ```

Let me know if the listener doesn't work as you intended!

@fncapps Sorry for late reply, I didn't notice that you asked me question! Let me check whether the method called.

@rickybloomfield I might have to move all codes to fragment and hmm..seems not easy!

@rickybloomfield You can surely extend the class and change customized it as you want. I made every single variable as `protected`. Honestly, I think I have to add this feature...

@baoxiehao You are truly right about this. I'm trying to figure out what is going on here!

@baoxiehao Seems like the `NestedScrollView` is blocking the horizontal scroll.

Will add this feature some day!

@Muneefm There is nice article about kitkat file uploads. http://www.lightning-ashe.com/develop/webview-file-upload-over-kitkat/