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
Determines if the view supports touch events or not. By default, views aren't interactive, but setting this property to true will add the appropriate touch handlers to the DOM element. Setting the value to false will remove any touch handlers previously added.
Usage
var aView = new UI.View();
aView.interactive = true;