android - How to add a Phonegap java plugin in Ionic? -
i using ionic make app , have same problem : cannot find file in gallerie after downloading phonegap in android
when download picture in app it's not updating android media storage.
so wanted set plugin in ionic app : https://github.com/philipp-at-greenqloud/pluginrefreshmedia
but don't know should put java file ? couldn't find tutorial java plugins in ionic.
best regards
you can add phonegap plugin ionic project command line using:
cordova plugin add https://github.com/philipp-at-greenqloud/pluginrefreshmedia
i recommend adding ngcordova project , learning bit make life easier when dealing plugins , such.
Comments
Post a Comment