WAB Splash Widget not showing in IIS

520
2
05-10-2017 12:19 PM
JoseSanchez
Occasional Contributor III

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.

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Jose,

   Are there any error presented in the browsers web console?

0 Kudos
JoseSanchez
Occasional Contributor III

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"
},

0 Kudos