How to disable loader in android on form navigate?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Whenever I'm running the application in Android device, i'm getting a loader in the middle of the screen everytime I try to navigate to a new form (which is not there in iPhone). Is there any way to disable it?

Thanks!

Hello @Svwvh Rvndvll​

It's default loading indicator which given by the underline O.S to hide it you need to use hideDefaultLoadingIndicator in the application behavior. Use the kony.application.setApplicationBehaviors(Objectbehaviors); API. Please refer the doc link for more details.

http://docs.kony.com/konylibrary/visualizer/viz_api_dev_guide/Default.htm#kony.application_functions.htm#kony.app5%3FTocPath%3DApplication%2520API%7Ckony.application%2520Namespace%7CFunctions%7C_____21