Android-AdvancedWebView
Android-AdvancedWebView copied to clipboard
Enhanced WebView component for Android that works as intended out of the box
Sorry, I just start using android studio My App keep crash when I try to download some files due to no permission to access external storage `java.lang.SecurityException: No permission to...
Hello, We use your lib and it looks fine, except for unnecessary call onPageStarted with previous url, which leads to redirect to this url. Any workaround?
I am facing this exception **"java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/SafeBrowsingResponse" while implementing webview in android.** I have searched for an appropriate solution over the web but didn't find anything useful.]...
When I check out an article on twitter, it is successfully opening the page after multiple redirects but the problem comes when I press the back button then it loads...
I have a feature that open a AlertDialog when click FILE LABEL where user can choose ''choose file from gallery" or "take picture directly" I check the source code find...
When permissions are not granted, a crash occurs after the callback from a file selection using a file input. Logs below: ``` 03-15 20:16:53.796 4648-4711/com.fortyau.backpack D/EGL_emulation: eglMakeCurrent: 0xaa099100: ver 3...
* https://developer.android.com/sdk/api_diff/23/changes/android.webkit.WebViewClient.html * https://developer.android.com/sdk/api_diff/24/changes/android.webkit.WebViewClient.html * https://developer.android.com/sdk/api_diff/26/changes/android.webkit.WebViewClient.html * https://developer.android.com/sdk/api_diff/27/changes/android.webkit.WebViewClient.html
some downloads need cookies because it's only accessible for logged users, i suggest you add a cookies parameter in the handleDownload function to be added to the request maybe something...
I implemented a possible solution via [#20](https://github.com/delight-im/Android-AdvancedWebView/issues/20), but it didn't work. It pulls up a lot of options like gallery, google drive, images, videos, downloads etc., but no camera option....