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

At the bottom of the layout, some view is not loading. What to do ?

change icon close, by icon arrow back

The menu of this webview seems to be only available in English, wish to support more languages!

I have encountered an issue when I have set webViewBuiltInZoomControls**(true)** , the initial webpage opens with content however there is a long blank view inserted as well and I need...

Using `public class PhotoFragment extends Fragment implements View.OnClickListener, View.OnTouchListener {` How to solve this for implement with fragment? ![untitled](https://user-images.githubusercontent.com/11449967/41904248-b6c51bb0-7959-11e8-938f-38a49c70390d.png)

I am testing in emulator with oreo but not show video of youtube!

After I play the YouTube video and lock the screen then the YouTube continue to play in the background. Is there any way that I can disable the YouTube playback?

Unable to jump to particular div id in HTML page My Code: `new FinestWebView.Builder(getActivity()) .titleDefault("Maths Tricks") .showSwipeRefreshLayout(false) .toolbarScrollFlags(0) .theme(R.style.WebView) .webViewBuiltInZoomControls(false) .webViewDisplayZoomControls(false) .dividerHeight(5) .titleSize(50) .showUrl(false) .updateTitleFromHtml(false) .gradientDivider(true) .showIconMenu(false) .webViewJavaScriptEnabled(true) .injectJavaScript(" function()...

Added support for [**getSafeBrowsingEnabled**](https://developer.android.com/reference/android/webkit/WebSettings#setSafeBrowsingEnabled(boolean)) method.