Android-AdvancedWebView icon indicating copy to clipboard operation
Android-AdvancedWebView copied to clipboard

Enhanced WebView component for Android that works as intended out of the box

Results 56 Android-AdvancedWebView issues
Sort by recently updated
recently updated
newest added

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...

question

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?

question

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.]...

question

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...

bug
backwards-incompatible

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...

enhancement

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...

enhancement

* 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

enhancement

it seems this control breaks requesting/loading admob content.

bug

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...

enhancement

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....

enhancement