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

new FinestWebView.Builder(getActivity()).showUrl(true).show("www.google.com"); java.net.MalformedURLException: Protocol not found: www.google.com at java.net.URL.(URL.java:176) at java.net.URL.(URL.java:125) at com.thefinestartist.finestwebview.helpers.UrlParser.getHost(UrlParser.java:12) com.thefinestartist.finestwebview.FinestWebViewActivity.initializeViews(FinestWebViewActivity.java:554)

Attempt to remove non-JNI local reference, dumping thread

when i build my project , get this error! > ...\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:3356: error: duplicate value for resource 'attr/layout_anchorGravity' with config ''. > > ...\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:3356: error: resource previously defined here.

Hi thanks for the great lib, I was wondering how I can make the url editable? I mean once the `FinestWebView` Activity is launched with a default url, how can...

Thought I'd give this library a try, but for what I need it for, making requests via http POST/GET and opening a Browser with same cookies does not work. There...

enhancement

HTML File Input doesn't work. The suport for upload files is included?

google send this vulnerability problem inside this file: FinestWebViewActivity$MyWebViewClient->shouldOverrideUrlLoading and send this link with information!! https://support.google.com/faqs/answer/9101196?hl=es-419

Hi, how can i add Authorization bearer header to url that i show? i did this : ` String headers = "javascript: var myHeaders = new Headers(); myHeaders.append('Authorization','" + Token...

Hi, The builder class always starts an activity. Is there any other third party you have made which supports fragments as well? Like return a fragment and i will use...