Re: native.setActivityIndicator
- Background: the native features documentation in the api library reads, “These objects may not work consistently between devices and even in the Corona Simulator. You should always test on the target device.” The specific native.setActivityIndicator documentation reads: “Touch events are ignored while the indicator is shown.”
- Question: So is there a way to determine if the touch events are removed/inactive in case the activity indicator isn’t working as it should?
Thanks.