so, I need console output via the console plugin and in order to get that I must have weinre running. The weinre instructions and tutorials are well written and extensive--I have every reason to believe I'm setup properly because from my test WP8.1 device I can use IE to navigate to my local weinre server and run the weinre red/green/blue demo. The local weinre server is running --boundHost 10.0.0.4 --debug
and it accurately shows connection by the weinre demo via IE.
However, when putting <script>"http://10.0.0.4:8080/target/target-script-min.js#nokia"</script>
into the template (BlankCordovaApp, the one that says "your application is ready") app's index.html (inside the head tag), building and running on Device, no attempt is made by the app to log onto the weinre server.
I'm assuming there must be a whitelist problem?
Clues are appreciated.
I would post my code but it literally is adding the script tag to the template's html... seemed excessive to me!