You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/10 01:50:00 UTC

[GitHub] [cordova-android] DimitrisRK opened a new issue #865: Issues when accessing android assets through browser

DimitrisRK opened a new issue #865: Issues when accessing android assets through browser
URL: https://github.com/apache/cordova-android/issues/865
 
 
   # Bug Report
   Using 'cordova serve' command, I start cordova static page server.
   This server should give me access to any platform www assets using a url with 'http://HOST_IP:PORT/PLATFORM/www' just as mentioned in the command docs.
   The thing is that in the case of android, some weird prompts appear in browser and if you click ok to all of them, browser will start loading to the point it hangs forever.
   
   First prompt message: gap_init:3
   Second prompt message: gap:[0,"CoreAndroid","messageChannel","CoreAndroid914833860"]
   Third prompt message: gap:[0,"CoreAndroid","show","CoreAndroid47601542"]
   
   ### What is expected to happen?
   Load page without issues.
   
   
   ### What does actually happen?
   First prompt message: gap_init:3
   Second prompt message: gap:[0,"CoreAndroid","messageChannel","CoreAndroid914833860"]
   Third prompt message: gap:[0,"CoreAndroid","show","CoreAndroid47601542"]
   
   
   ### Command or Code
   cordova serve
   
   
   ### Environment, Platform, Device
   Windows 10
   
   
   ### Version information
   Cordova 9.0.0
   
   
   
   ## 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org