Issue
You might notice that the page is flickering after the first load.
Reason
This can happen after the theme has been changed. In such case, ShortPoint by default will force a re-Render that causes the flickering effect.
Solution
To fix this issue, you will need to disable the re-Render. Please follow the steps below:
- Open webapp\config.js file in your SAP Web IDE.
- Scroll down to the oShortpointPreConfig object.
- Change the value of rerenderOnThemeChange property to false:
That's it.
Related article: