android - mobile-chrome-apps using cordova plugin -
i'm trying polyfill issue input[type=file] on android 4.4.
chrome.filesystem.chooseentry shows dialog not callback.
anyhow look(s)/(ed) promising:
https://github.com/cdibened/filechooser
but using "cca plugin add..." instead of "cordova plugin add..." fails.
other posts recommend doing through cca toolchain.
what best approach?
what other developers doing issue input[type=file] on android 4.4?
thanks, nic
cca plugin add
forwards off cordova plugin add
, making sure paths, versions, etc correct, right use that.
the reason plugin fails install because bundling android-support-v4.jar
library, install.
the resolution simple: plugins should not bundle external libraries, , should instead use plugin.xml
<dependency>
tag on single common plugin add these external libraries.
we provide bunch of these plugins google libraries, including android-support-v4.
i've filed issue better handle error, resolution reach out plugin author , make change, or fork fix , issue pull request.
if not able this, let me know , add our backlog!
Comments
Post a Comment