Babylon.js native and inputs

Something I would like to see is more beyond cmake building. Like about where to put things, scripts and data files by platform.

Also saw in https://forum.babylonjs.com/t/load-json-file-in-babylon-native/17522/

In my Android Activity, I load the Scripts like this

mView.loadScript("app:///Scripts/JSON2.js");
mView.loadScript("app:///Scripts/playground_runner.js");

This looks like Android. Is there a way a script file can be loaded from within a Javascript VM?