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

Force Closes on 7.0 device `AndroidRuntime: FATAL EXCEPTION: main Process: com.takesport, PID: 6255 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.takesport/com.thefinestartist.finestwebview.FinestWebViewActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null...

hello how can set authorization header ?!

![134407](https://user-images.githubusercontent.com/26373384/38863858-1dae730e-4263-11e8-858b-45b395a4af99.jpg) Hallo, i have the site that use full javascript and beautiful CSS. But just show a very small part (see attachment). Am i missing any configuration? my loader is...

Hi, I met an exception when I am using your library. It trigger a NoClassDefFoundError exception in line 476 of FinestWebViewActivity.java (Full stack trace can be found below). This is...

java.lang.NullPointerException: Call Base.initialize(context) within your Application onCreate() method. at com.thefinestartist.Base.a(Base.java:30) at com.thefinestartist.utils.service.ServiceUtil.a(ServiceUtil.java:76) at com.thefinestartist.utils.service.ServiceUtil.M(ServiceUtil.java:251) at com.thefinestartist.utils.service.WindowManagerUtil.a(WindowManagerUtil.java:19) at com.thefinestartist.utils.ui.DisplayUtil.a(DisplayUtil.java:26) at com.thefinestartist.finestwebview.FinestWebViewActivity.e(FinestWebViewActivity.java:833) at com.thefinestartist.finestwebview.FinestWebViewActivity.c(FinestWebViewActivity.java:467) at com.thefinestartist.finestwebview.FinestWebViewActivity.onCreate(FinestWebViewActivity.java:889) at android.app.Activity.performCreate(Activity.java:5275) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)...

I had open a page and itz long vertically and when i scroll down it works fine, but when I scrollup it refresh(reload) my whole page. //here is my code...

I wanted to hide toolbar. Not able to find any solution. Any help is appreciated.

I am using implementation 'com.thefinestartist:finestwebview:1.2.7' since a very long time , but after changing the gradle version to com.android.tools.build:gradle:3.4.2 I am getting the following error. AppController.java:37: error: cannot find symbol...

It would be better if you add support to add JSInterface callback. As in my requirement, I need that to get back values from Webpage.

I want to post some data to the url I am calling using FinestWebView. Basically, I want to achieve something like this which is achieved using simple WebView: WebView webview...