How to use Console message block in Web View?

I don’t know how to use this component, can anyone explain to me what it is used for??

Console is for printing variables and testing other things like if any error occurs in JavaScript then that error logs in console known as console.log
You can find this in all browser goto inspect element or ctrl+shift+i and select console tab.

In kodular its works same it prints on screen whatever you want but useful if you are evaluating js in webviever for result

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.