Dear
@stevel05 , I'm about to tell you words that probably you will like...
Your B4J example code was crucial to me, without it I couldn't have done the rest.
Furthermore, if you remember, I really wanted to do it, also because I need it for some of my Android applications,
but then when I saw that the implementation of the WebView was completely different from B4J to B4A, I asked you for advices and you gave it to me.
Many Many Thanks for this..... ?
This makes the difference.
Please always post interesting code, even if they are not perfect, this will be a starting
point for some users like me that probably if interested will try to improve it.
You will like this even more...
By following and studying your code and adapted to B4A, I did the same thing with the threejs 3D library, I managed to get incredible 3D things, like create 3D scenes, import 3D models, apply textures and more.... I created a small JS IDE for Android with 2 screens, in one screen there is the code editor, where to write the JS code, in the other there is the 3D view that shows what the edited code does.
For now the code editor I use is a simple EditText, and no colored syntax, next I will put Codemirror with colored syntax, autocomplete and automatic error recognition.
These things already works, but I had some small issues and need a revision of some more expert users.
So I'll put the two things together to make one.
In my country they say 'Kill 2 birds with one stone'.
Thanks