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
trafficstars

when trying to upload an image, it's opening a chooser, once choose an item (images) it's closed chooser then in the browser nothing selected. After that even can't open the...

question

How to enable fullscreen mode for videos? I tried a few things but it wasn't possible.

I have a website that's using DataTables and it has buttons to export data as CSV, Excel and PDF. When clicked in a web browser it starts loading something and...

I am using advance Webview to download .zip file in my app from UIDAI website. But when DownloadListener is getting called It returns the correct data, but downloads it's HTML...

question

More than a year has passed since the last update, is there an opportunity to update the library and further increase performance?

question

I know that `onActivityResult` deprecated but still used in next API versions. But I suggest to upgrade to consistent with newer API. **Old way (Kotlin)** ```kotlin override fun onActivityResult(requestCode: Int,...

enhancement

Error:(569, 27) error: cannot find symbol method onUnhandledInputEvent(WebView,InputEvent)

bug

My AdvancedWebview will load html page, in which an iframe will be loaded. Expected Result: Inside my html file iframe must be visible. Actual Result. Instead of loading inside iframe,...