The Tool component is wrapped here in a <Medium> tag which results in tools not opening in mobile view. While it is ok for most complex tools to not show in mobile, it must be a configurable behaviour per-tool.
Ideally, this would be a showInSmallScreens flag in the MapToolbar.addTool method.
The Tool component is wrapped here in a
<Medium>tag which results in tools not opening in mobile view. While it is ok for most complex tools to not show in mobile, it must be a configurable behaviour per-tool.Ideally, this would be a
showInSmallScreensflag in the MapToolbar.addTool method.