Android-AdvancedWebView
Android-AdvancedWebView copied to clipboard
Enhanced WebView component for Android that works as intended out of the box
setOnScrollChangeListener by default it's only available for devices with 23 API and above. This pull add support for devices below 23 API. Also I added example on README.
Hi! I just added this library in my project and it's awesome. The only problem I'm having with it, and that I had with the default WebView, is that in...
Without this fix, the webview goes to error page on some devices without motives
A common use case for web views on Android is building a full-screen browser, which often displays a single site only (without address bar), and which may even be locked...
See how the old Android stock browser [handled downloads](https://android.googlesource.com/platform/packages/apps/Browser/+/kitkat-release/src/com/android/browser/DownloadHandler.java) and check what we can re-use to improve the internal download handler. For example, [URLUtil.guessFileName](http://developer.android.com/reference/android/webkit/URLUtil.html) could be used to determine a...
How to disable webview navigate to another page?
ANR
It's not a must, how can I do? "main" prio=5 tid=1 Native | group="main" sCount=1 ucsCount=0 flags=1 obj=0x72cdd038 self=0xb40000746dafdc00 | sysTid=7837 nice=0 cgrp=background sched=0/0 handle=0x746f14a4f8 | state=S schedstat=( 583589942020 21082358317...
can't import import im.delight.android.webview.AdvancedWebView
i'm having issue while using im.delight.android.webview.AdvancedWebView in Xml, it says that i'm having issue while using im.delight.android.webview.AdvancedWebView cannot resolve class. It looks like project is not configured properly even i...
It should ask if the user wants to take a new photo or upload an enxisting one when an picture upload is selected, Instead of selecting an existing one directly.