moxiecode / plupload

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
http://www.plupload.com
GNU Affero General Public License v3.0
5.63k stars 1.43k forks source link

Android webview with plupload #1320

Open inshaf opened 8 years ago

inshaf commented 8 years ago

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. If I skip this function then it is working, But i need this "shouldOverrideUrlLoading" function to stop open the pages ( new links also ) in default browser. I wanted to show the pages in Android webview.

Any workaround for this issue ?

jayarjo commented 7 years ago

Sorry that couldn't help you there. Were you ever able to solve that problem?