Is posible to make an app in javascript and UNO? And create a variable like int MyInt = 0 in UNO; and call it in javascrit like var MyInt = 3;?
Also how can I call a Uno method from javascript or a javascript fuction in Uno?
Thanks!
Is posible to make an app in javascript and UNO? And create a variable like int MyInt = 0 in UNO; and call it in javascrit like var MyInt = 3;?
Also how can I call a Uno method from javascript or a javascript fuction in Uno?
Thanks!
https://www.fusetools.com/developers/guides/fusejs/nativemodules
Note that this API will change slightly in the next release. Keep an eye on it.
ok thanks. I wait to the next release.