I have read about javascript editors here, more specifically refered this link How to create a JavaScript "Try It Yourself" Editor but I would want to know how to integrate a java script into my android app? Is the thing about having a JavaScript in the core and having an Android try it yourself editor the right way? I am really confused 🙁
I have read about javascript editors here, more specifically refered this link How to
Share
You can put WebView on your scene and load data to it dynamically
check this and this