Loading Page

0
In my app I have a API call and I would like to add a “loading page” while the API call is happening. Depending on that result of that call, different pages may appear. I already tried to used asynchronous microflow with a show page with the loading page in the beginning. Any ideas or suggestions?
asked
1 answers
0

There is “show progress” activity in nanoflow. You can embed your microflow to be invoked in nano and wrap it with the progress activity. 

 

answered