android - Crosswalk not working with files upload -
hello great stackoverflow. develop small app , wrap crosswalk because of performance. work fine , browser performance excellent on android 4+. issue crosswalk not allow me upload file android app. when click on upload, "no app can perform action".
am using
<input type=file name="image">
any solution this?. thanks
i had same problem on android 6+.
after install app on device/emulator default permissions turned off.
you need turn on storage permission. go settings > apps > your app > permissions.
but if need request permissions in runtime use cordova-plugin-android-permissions
Comments
Post a Comment