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

How can I set download listener? I want to listen for all the incoming downloads and start download in another activity by sending the url

new FinestWebView.Builder(context).titleDefault(title).statusBarColor(context.getResources().getColor(R.color.colorPrimaryDark)) .toolbarColor(context.getResources().getColor(R.color.forbes_bg)) .iconDefaultColor(context.getResources().getColor(R.color.white)) .titleColor(context.getResources().getColor(R.color.white)) .webViewJavaScriptEnabled(true) .show(url); .titleDefault (String title), title changed after loading. Can we restrict to updating the title ?

How can i enable the javascript alert by using the library. for example, i do normally in a webview to enable the alert mWebView.getSettings().setJavaScriptEnabled(true);before the line mWebView.setWebChromeClient(new WebChromeClient()); Will appreciate...

Still having issue #14 .. Tried visiting duckduckgo.com, same issue tested on Marshmallow and Kitkat versions. There a fix for it? ![screenshot](https://cloud.githubusercontent.com/assets/17457833/21518551/a07c92c2-cce7-11e6-8c0e-85bcedb087f9.png)

# Crashlytics Stacktrace: Fatal Exception: java.lang.IllegalStateException: Could not execute method for android:onClick at android.view.View$DeclaredOnClickListener.onClick(View.java:5052) at android.view.View.performClick(View.java:6213) at android.view.View$PerformClick.run(View.java:23645) at android.os.Handler.handleCallback(Handler.java:751) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6692) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)...

Hello developer, Can i use this library to load url into Fragment?

Hi, When I am using this library, I meet an app freezing problem. If I set the variable as follows: showIconBack=false,rtl=false,gradientDivider=false,showIconMenu=false,updateTitleFromHtml=true,disableIconForward=false,showMenuOpenWith=false,showDivider=false,showMenuFind=true,disableIconClose=false,showIconClose=false,backPressToClose=false,showSwipeRefreshLayout=false,showMenuRefresh=false,showProgressBar=true,showUrl=false,disableIconMenu=false,showMenuCopyLink=true,disableIconBack=false,showMenuShareVia=true,showIconForward=false The demo app is freezing. Logcat print the following...

Actually it's not an issue but a question. In FinestWebView, I want to open some specific links in Google Chrome. Is it possible? Thanks!