Topic: Plupload in Android webview
hi... im having the same issue mentioned @ stackoverflow http://stackoverflow.com/questions/32756351/android-webview-with-plupload
if i use "shouldOverrideUrlLoading" method Android, "add file" function is not working (cannot upload any files). If I skip this function then it is working, but i need this "shouldOverrideUrlLoading" function to stop open the pages ( new links ) in default browser. I wanted to show the pages within Android webview.
Any workaround for this issue ?