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
Argument errors when adding a Tiger.View to a Tiger.TextField keyboardToolbar, the view must be created with:
Ti.UI.createView
... this makes it difficult to bind events using a controllers event block, instead the event must be bound by adding an event listener manually in controller, or wherever:
Argument errors when adding a Tiger.View to a Tiger.TextField keyboardToolbar, the view must be created with:
... this makes it difficult to bind events using a controllers event block, instead the event must be bound by adding an event listener manually in controller, or wherever:
The text was updated successfully, but these errors were encountered: