surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
898 stars 373 forks source link

Custom Toolbox Items do not appear in Mobile Screens #5089

Closed JaneSjs closed 8 months ago

JaneSjs commented 8 months ago

User Issue: T16434 - custom toolbar doesn't works in Mobile https://surveyjs.answerdesk.io/internal/ticket/details/T16434


View Demo

A custom PDF Export item doesn't appear on a mobile screen. image

OlgaLarina commented 8 months ago

// Add the custom button to the top toolbar creator.toolbarItems.push(customizeToolboxAction);

// Add the custom button to the bottom toolbar (visible only on mobile devices) creator.footerToolbar.actions.push(customizeToolboxAction);