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

Beautiful and customizable Android Activity that shows web pages within an app.

Results 101 FinestWebView-Android issues
Sort by recently updated
recently updated
newest added

- Scroll issues mentioned in #105 and #141 have been fixed - Added action button at bottom of the webview for page selection. If someone requries this library for URL...

I am trying to open Google Translator url on this webview but it isn't working. It works fine on Google Chrome. Trying to open below url. "https://translate.google.com/#en/kn/hello" Please check this...

How to get onActivityResult result form FinestWebViewActivity when activity cancel or back. I want onActivityResult call back when i cancel or back form FinestWebViewActivity.

Hi, I've been some days looking for methods in order to be able to download from the webview. I have found a workaround based on `WebClient` but I first need...

I've been going through readme section but I couldn't find how to set customer webview client ? I need to intercept request to block certain external javascript.

`ANTLR Tool version 4.5.3 used for code generation does not match the current runtime version 4.7.1ANTLR Runtime version 4.5.3` Please update the dependencies

When clicking a page that uses anchors (hashes) for navigation, the loading indicator shows, but nothing happens and the webview doensn't snap to the proper location. For example, say I...

I have a graident drawable, which would be the background of Toolbar. The xml file is: ```xml ``` But I cannot find the corresponding API.

I need to inject cookies and headers in each request. How possible it's using FinestWebView? Also, I need to do something in `shouldOverrideUrlLoading`, how to achieve this?