JaLe29 opened a new issue #979:
URL: https://github.com/apache/cordova-android/issues/979


   # Bug Report
   
   ## Problem
   I created fresh new app using
   ```
   sudo npm install -g cordova
   cordova create hello com.example.hello HelloWorld
   .
   .
   cordova platform add android
   ```
   
   I put bundled react app (created by `create react app`) into cordova `www` 
folder.
   
   Also I removed `Content-Security-Policy` tag from root html.
   
   I linked js and css files in root html and I sterted an android emulator.
   
   ### What is expected to happen?
   Android app loads all react chunks.
   
   
   ### What does actually happen?
   Android app does not loads all react chunks. I am getting 
   ```
   Failed to load resource: net::ERR_FILE_NOT_FOUND 
[file:///static/media/play.d00c2962.png]
   Failed to load resource: net::ERR_FILE_NOT_FOUND 
[file:///static/media/bg.377ecc72.png]
   ```
   for some files (ONLY FOR SOME).
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   Windows 10, 64b.
   "cordova-android": "^8.1.0" 
   
   
   ## Checklist
   - [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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to