Hello everyone,
I added a splash screen to my WAB developer version and when I start the app, the splash screen displays.
http://[server]/webappbuilder/apps/8/
But after downloading the code and running the same application in IIS it does not display the splash screen.
Jose,
Are there any error presented in the browsers web console?
Found it
I removed the line: "visible": false,
from:
{
"uri": "widgets/Splash/Widget",
"visible": false,
"position": {
"relativeTo": "browser"
},
"version": "2.2",
"id": "widgets_Splash_Widget_31",
"name": "Splash",
"config": "configs/Splash/config_Splash.json"
},