B4J Question [BANano] Turn a B4X Library to a JavaScript One for Calling with JavaScript?

xulihang

Active Member
Licensed User
Longtime User
Hi there,

I am trying to convert this BBCode parser to a JavaScript one. Since there is BANano, I wonder if it is possible to use the transpiled JavaScript as a JavaScript library so that I can call it using JavaScript?

Thanks.
 

MicroDrie

Well-Known Member
Licensed User
Why not use the possibility to call a java method from java script so that you do not run into any problems that the underlying hardware is not supported?
 
Upvote 0

xulihang

Active Member
Licensed User
Longtime User
Why not use the possibility to call a java method from java script so that you do not run into any problems that the underlying hardware is not supported?
It is written in B4X, not calling any Java methods and I need to use it in browsers with JavaScript.
 
Upvote 0
Top