-
Notifications
You must be signed in to change notification settings - Fork 20
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
config.xml #27
Comments
Hey @Kepro. Thanks for your feedback!
|
cordova 9.0.0 ([email protected]) maybe the issue is that |
Thank you for the detailed explanation!
Yes. |
@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! |
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. |
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',
The text was updated successfully, but these errors were encountered: