Languages

Menu
Sites
Language
Console log messages from native app

Hi,

I have a Native project and web UI is embedded into it as Webview. There are some console.log messages in the javascript. How to check these log messages?

 

Thanks,

Responses

2 Replies
harish kumar kavali

Try by changing ide in web perspective

Alex Dem

Hi
I have observed that 'javascript log console' does not appear automatically for Native apps at first in IDE in any selected perspective (So please launch any Web app before launch of Native app with Web Control).
To find javascript console logs you could switch perspective to Debug, open Log and select by 'Tag' with text 'ConsoleMessage' also.
Alexey.