by SDK_STA » Wed Mar 12, 2014 7:20 am
Hi,
yes, this is possible: in the emulator, you can watch the console information using the built-in debugger. For this, once the page is loaded in the emulator, right-click on the page and click \"Inspect Element\". Then, you can access the console logging in the tab \"Console\". You can log the console messages using \"console.log('message')\" in Javascript. For more information please refer to the manual.