Android-AdvancedWebView
Android-AdvancedWebView copied to clipboard
Enhanced WebView component for Android that works as intended out of the box
The custom error page does not load when connection times out
I have set the webview.addHttpHeader("X-Requested-With", ""); But, still I can see some of the requests having my package name. Is there a way to modify or remove "X-Requested-With" from the...
Right now, AdvancedWebView will always trust not only a specified hostname but also all of its subdomains. It might be a better idea to make it configurable. In this patch,...
File uploading works fine on newer android versions. But on Kitkat it gets the name wrong. Instead of a file name there is android file system name. For example image%3A64....
Hi.. I have an xml using AdvancedWebView but when ever I start activity it crashes with the above exception. Here is complete error: ``` Fatal Exception: java.lang.RuntimeException: Unable to start...
 Hi, Please see the image above. There is a black horizontal bar at the top. This does not go away even if I navigate through my site. Is there...
调用加载url方法,在页面上显示了完整 地址,显示不了文件啊?
Hey, Hey why do you call resumeTimers /pauseTimers in onResume/onPause ? These functions affect all WebViews in the app. You can see In onPause comment. [https://android.googlesource.com/platform/frameworks/base/+/a5408e6/core/java/android/webkit/WebView.java#1140](url) That calling webView.onPause should...
Hello, I ll try to switch my application from Webview to your AdvancedWebView but when i try lo load this wv.loadUrl("file:///${filesDir.path}/mywebsite/index.html?id=browser-bbaia") I have ERR_ACCESS_DENIED on the AdvancedWebView. But it's work...
When i load HTTPS URL, it not working and it show below error. **handshake failed; returned -1, SSL error code 1, net_error -202**