cordova-plugin-webpack
cordova-plugin-webpack copied to clipboard
config.xml
Hey! great job,
have a question, what about config.xml?
cordova.js:888 GET http://localhost:8080/config.xml 404 (Not Found) readConfig @ cordova.js:888 initAndShow @ SplashScreenProxy.js:154 (anonymous) @ SplashScreenProxy.js:165 cordova.js:863 [Browser][cordova.js][xhrStatusChangeHandler] Could not XHR config.xml: Not Found fail @ cordova.js:863 SplashScreenProxy.js:163 [Browser][cordova.js][xhrStatusChangeHandler] Could not XHR config.xml: Not Found
question is, this is a bug in your library and I need to do manual proxy this file?
it's working if I add '/config.xml': 'http://127.0.0.1:8000',

Hey @Kepro. Thanks for your feedback! Can you explain to me in a little more detail?
- Whati is the Cordova version?
- What is the Cordova platform?
- What is the CLI command you executed?
- Is your Cordova project published on github?
cordova 9.0.0 ([email protected])
cordova on mac os -> platform ios + browser
command NODE_ENV=development cordova run browser -- -l
maybe the issue is that cordova-plugin-splashscreen needs access to config.xml but your plugin it not providing it?
cordova 9.0.0 ([email protected]) cordova on mac os -> platform ios + browser command
NODE_ENV=development cordova run browser -- -l
Thank you for the detailed explanation!
maybe the issue is that cordova-plugin-splashscreen needs access to config.xml but your plugin it not providing it?
Yes. Currently this plugin does not provide it. If it's possible, can you create PR?
@kotarella1110 hey! currently testing your latest version and works great! and I will create PR soon for that config, just busy... working on two projects
@Kepro Thanks for your testing! I'm not in a rush! Take your time 👍
Hi, guys. I met this issue too. Seems it's been a long time, are there any chance it will be fixed?
uhm, sorry :-D I switched company so no more Cordova for me :-D
That's OK. Let me make a try.