You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because it is wrapped inside an IIFE you do not have access to local scope. You can only access exported functions / variables. And since Titanium uses CommonJS you would have to require() the module first then interact with it.
Hi there, nice work here. I've successfully got this working.
I'm just curious to know if this is only for logging, or if I can manipulate objects as well.
For example, can I do something like "myView.width = 50" and see the UI update on my device?
I haven't been able to get anything but alert() to work.
Thanks!
The text was updated successfully, but these errors were encountered: