Hello
In my app I want to display a native activity indicator. So befoere some long operation I’m calling native.setActivityIndicator( true ), after it finishes - native.setActivityIndicator( false ). On my win simulator I can even see some kind of indicator window in the top left corner. But on my device it doesn’t show activity indicator at all.
Here is the example of the code:
function onStart( event )
native.setActivityIndicator( true )
-- lots of different operations and function calls here
native.setActivityIndicator( false )
end
Can someone please help me to resolve this problem? What else should I do to have this indicator on device?
Thank you [import]uid: 31161 topic_id: 8422 reply_id: 308422[/import]