cordova - File Upload Not working in Android 4.4.2 -
i have created app using phonegap. app works fine on android versions. file upload feature on app not work on android 4.4.2. have googled lot on issue, , have found google has disabled feature android 4.4.2.
is there no work around @ all? in need of solution problem. great if can suggest solution issue.
there's no chance file uploads working in webview
on android 4.4.2.
nevertheless, onclick
or onchange
events still fired on <input type="html">
element.
this means can either file there via javascript or call java method event handlers , file upload manually.
for cordova, there's issue here:
https://issues.apache.org/jira/browse/cb-5294
... , workaround here:
Comments
Post a Comment