How to Implement a Custom Loader in Mendix Native?

0
Hi everyone,I’m working on a Mendix Native mobile application and would like to replace the default loading indicator with a custom loader.What is the recommended approach to implement a custom loader in Mendix Native? Should this be done using a custom native widget, or is there a simpler way within Mendix itself?Any guidance or examples would be helpful.Thanks!
asked
1 answers
1

Hi Gokul I

Currently mendix native doesnt provide custom loader natively. But to do this I have a hack , Once you generate your native template you can write the loader module and package as a native code and call it via mendix javascript.

I already explored this part and I hope this helps

answered