No native activity indicator on device

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]

Had the same issue. I submitted a bug report.

-Steven [import]uid: 7175 topic_id: 8422 reply_id: 33276[/import]

Sorry, but the native.ActivityIndicator API is not supported on Android devices. The API was updated to reflect this fact. [import]uid: 7559 topic_id: 8422 reply_id: 34110[/import]