Whenever I start application on cmd by cordova run browser, its actually works and load my application into browser but show first log as Cordova Browser platform error
Asked
Active
Viewed 1,248 times
0
-
2could you brief your problem with elaborate steps? – Gandhi Nov 16 '16 at 04:40
-
do you tried **Inspect element** in browser? run you app in browser and do right click on browser page and there is option like **inspect element** you will get window and there in console you will get all logs of your app. ( told you about chrome ) or do you have other issue then please write more about your question to get your issue. – Naitik Nov 16 '16 at 05:14
-
1Possible duplicate of [Error adding cordova platform browser, "Error loading cordova-browser"](http://stackoverflow.com/questions/40368353/error-adding-cordova-platform-browser-error-loading-cordova-browser) – Sundeep Nov 28 '16 at 10:29
-
@Gandhi; while targeting Cordova browser,I'm able to see the application working in the browser but, on the node cmd its showing "Cordova Browser platform error". – pankaj shinde Dec 05 '16 at 10:16
-
@Naitik: Yes , I'm using chrome's inspect element, the console shows nothing about it. App works fine in browser, but it shows the error on node cmd. – pankaj shinde Dec 05 '16 at 10:19
-
@pankajshinde Could you post the complete error trace? – Gandhi Dec 05 '16 at 14:45
-
@Gandhi: Only the above console error comes... – pankaj shinde Dec 07 '16 at 07:21