Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cordova 7 compatibility #134

Open
vlafranca opened this issue Jul 23, 2018 · 2 comments
Open

Cordova 7 compatibility #134

vlafranca opened this issue Jul 23, 2018 · 2 comments

Comments

@vlafranca
Copy link

vlafranca commented Jul 23, 2018

Hi everyone,
Please update the plugin.xml for cordova 7 compatibility

<!-- An existing config.xml -->
<edit-config file="AndroidManifest.xml" target="/manifest/application" mode="merge">

<!-- needs to change to -->
<edit-config file="app/src/main/AndroidManifest.xml" target="/manifest/application" mode="merge">

source : https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html

Thanks in advance

@YogliB
Copy link

YogliB commented Sep 15, 2018

You can use Cordova's camera plugin for an image picker by choosing the phone's gallery as a source type.

@exodinn
Copy link

exodinn commented Sep 27, 2018

I think also another think must be taken care of here:
Saved plugin info for "cordova-plugin-telerik-imagepicker" to config.xml cp: copyFileSync: could not write to dest file (code=ENOENT):<project directory>\platforms\android\res\xml\config.xml
when building app using ionic/cordova for android, res/xml folder does not exists at all, so as config.xml file there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants