I am working on a WebGL app developed with three.js. When I test this app on my computer, I need to run a local server as mentioned here.
When I will run my three.js/WebGL app in a webview of my app, will I need to run a local webserver in my app? If yes, how to do that?
Thanks.