You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the feedback widget can be enabled via the integration constructor. It'd be great to have the option to toggle the visibility of the feedback button programmatically at run time.
For example, I'd like to remove the button (from the bottom right corner) for certain user interactions and things like animations or some important content/media being shown to the users.
Solution Brainstorm
A global variable on the root app instance that can be set to true or false to control the visibility?
The text was updated successfully, but these errors were encountered:
Problem Statement
Currently, the feedback widget can be enabled via the integration constructor. It'd be great to have the option to toggle the visibility of the feedback button programmatically at run time.
For example, I'd like to remove the button (from the bottom right corner) for certain user interactions and things like animations or some important content/media being shown to the users.
Solution Brainstorm
A global variable on the root app instance that can be set to
true
orfalse
to control the visibility?The text was updated successfully, but these errors were encountered: