I am trying to get console output in my browser when trying PhoneGap application through developer application. However, when you try to read the output in Firefox, it looks like this:
The web console management API (console.log, console.info, console.warn, console.error) is disabled using the script on this page.
Looking back, it seems that Cordova supports the default behavior of the console, which is supposed to be used with the plugin (however, t without it).
My question is: where exactly can I find this output, if not in the browser window? I saw several answers that mention the Xcode console view, but I do not use iOS. Now what?
Timst source share