Here's the modified HTML code with the requested changes:
Issue
The application page remains incomplete and hidden from the user until the microflow or nanoflow processes within the data view widgets are finished. During this time, the page displays a blank screen or a loading message.
The goal is to make sections of the page visible without waiting for these processes to conclude.
Environment
Mendix Studio Pro 10.7.0 and above
Cause
This is the expected behavior for applications utilizing Dojo-based widgets that pages remain partially hidden until all data within the data view widgets has completely loaded.
Solution/Workaround
From Mendix Studio Pro 10.7.0 and above, the React Client option is available to be enabled and used in the application. This improves the performance of the apps, enables incremental page loading, and future-proofs the application.
To enable this option follow the steps below under the application runtime settings:
- Under App Explorer open Settings
- In App Settings window, go to Runtime tab
- Enable Use React client
Not all platform-supported modules and widgets are converted yet, which is why it is only recommended to use the React client in new applications.
Internal information related
• 232849
0 Comments