In developing external versions for our WAB to EB applications, we have implemented a splash screen and help document. When the splash screen loads, map and widgets are not able to be used. For the help doc, I added a widget controller with an embed widget to the footer that contains the help doc. My question/issue is if anyone knows how to have the maps and widgets disabled when the help doc (embed widget within widget controller) is launched and active.
Splash Screen:
Help doc
Probably the easiest option would be to use a Window. By default, Windows disable interactivity with the rest of the application.
Hi @Brian_McLeer ,
If you disable the "Block page" setting in a Fixed window, the window will not affect the interactivity on the page.
Please let me know if you have other questions.
Regards,
Shengdi