Full Screen Blocking Progress Spinner for Outsystems Mobile Apps
Inspired by a plugin by Atul Patel (https://www.outsystems.com/forge/component/2894/fullscreen-spinner-mobile/)
But this one is ready to use, just need this actions:
- manage/add dependency
- drag and drop Progress Spinner block into your Form Screen at the very top of Content placeholder (see picture)
- create a boolean variable InProgress and assign InProgress variable to Progress Spinner block (see picture)
- optionally type in text you would like to appear below Progress Spinner (default text is "Please wait...")
- on your save button logic, set InProgress variable to true before saving, and set to false after saving AND error handling to make sure you can access to your form screen if any errors occured (see picture)
- done
Update: now it working good in landscape orientation of phone and tablet.
If you like it and want buy me a drink, I accept small donation through Paypal (harlins@gmail.com)
Thanks and enjoy...