Hello,
I am just beginning with Phonegap.
These are the only steps I ran. I have not added or updated anything. All that I am running is the generated content.
phonegap create PGHelloWorld com.csc.HelloWorld Hello
phonegap platforms add android
phonegap platforms add browser
phonegap build
phonegap serve browser
When accessing via the browser (Chrome v 45.0.2454.1.1) the following alerts are shown and the browser only shows "Connecting to Device"
gap_init:2
gap:[null,"StatusBar","_ready","StatusBar1030499370"]
gap:[null,"App","show","App1030499371"]
gap:[null,"File","requestAllPaths","File1030499372"]
gap:[null,"NetworkStatus","getConnectionInfo","NetworkStatus1030499373"]
gap:[null,"Device","getDeviceInfo","Device1030499374"]]
Running on OS - Win 7 (64 bit), Phonegap - v5.3.6.
The following is seen in the console:
[phonegap] [console.log] deviceready has not fired after 5 seconds.
[phonegap] [console.log] Channel not fired: onFileSystemPathsReady
[phonegap] [console.log] Channel not fired: onCordovaConnectionReady
[phonegap] [console.log] Channel not fired: onCordovaInfoReady
I have similar results with android.
Any pointers on why this is happening and how it can be addressed will be helpful
Thanks
Sankalp