Open multiple widgets simultaneously possible?

1769
1
Jump to solution
01-27-2016 02:37 PM
JakeCliffton
New Contributor III

I want to set up two widgets (say draw and measurement widgets) to make the two widgets off-panel and in the widgetOnScreen section, so that every time when the app loads, these two widgets can always open simultaneously. These two widgets are set up in Web AppBuilder Developer environment; they were added to HeaderController widget pool, and then downloaded to work with Visual Studio.

I changed the property “inPane”: to be false in the menifest.json file of the widgets. I also adjust the setting of “WidgetOnScreen” to add the widgets to the file in the config file. But the app does not work. Any hint? Thanks!

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Jake,

   In the default foldable theme having two on screen widget open at the same time is not possible out of the box. You can switched to the Launchpad or Dart theme and this is allowed OTB.

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Jake,

   In the default foldable theme having two on screen widget open at the same time is not possible out of the box. You can switched to the Launchpad or Dart theme and this is allowed OTB.