Hi, I am trying to figure out if any external libraries can be integrated using plugins or other method in thunkable? I have a custom library written in C++ and would like to incorporate it in the app.
Any suggestions?
Thanks
Hi, I am trying to figure out if any external libraries can be integrated using plugins or other method in thunkable? I have a custom library written in C++ and would like to incorporate it in the app.
Any suggestions?
Thanks
Welcome @jsmithsatra63
No this is not in c++ possible only JavaScript
You can add JavaScript trough the WebViewer.
By loading it’s HTML file into the WebViewer.
Got it. Thank you.