goffioul opened a new issue #151: URL: https://github.com/apache/cordova-plugin-device/issues/151
# Bug Report ## Problem When restoring browser platform with cordova-plugin-device active, the following warning is emitted: ``` config file config.xml requested for changes not found at /path/to/project/platforms/browser/config.xml, ignoring ``` To reproduce, on a freshly created new cordova project: ``` cordova platform add browser cordova plugin add cordova-plugin-device <-- no warning emitted here rm -rf platforms plugins cordova prepare browser <-- warning emitted ``` ## Information ### Version information [email protected] [email protected] [email protected] ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
