apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 209 forks source link

Check the version of the installed platform and return the correct pa… #136

Closed vash15 closed 6 years ago

vash15 commented 6 years ago

Check the version of the installed platform and return the correct path of the resources.

Bugfix issue #135

vash15 commented 6 years ago

I found other errors during installation and cleaning

mapicard commented 6 years ago

Having the same issue. How can we get an updated version of the plugin ?

vash15 commented 6 years ago

I'm sorry, I create a new pull #137

mapicard commented 6 years ago

ok. Can I install this new version in my ionic project ? How? tx.

vash15 commented 6 years ago

I don't use ionic, but I think it is sufficient to execute the command:

cordova plugin add https://github.com/vash15/me.apla.cordova.app-preferences#master

to install the pull request.

EDIT: for ionic the command is: ionic cordova plugin add https://github.com/vash15/me.apla.cordova.app-preferences#master try it

mapicard commented 6 years ago

one step further since 'Installing "...app-preferences" for Android' does'nt give error but now I get UnhandledPromiseRejection ENOENT no such file for 'resources/screen' !!! ;-(

mapicard commented 6 years ago

All errors fixed. Install is now 100% error free. tx. ps: 'resources/screen' error had nothing to do with this plugin.