đŦ Feedback button
Tags: JavaScript, React, Vue, Angular, Website, Web App
In some situations you might want to take full control over the feedback button. In order to show or hide the feedback button, you can simply use the following methods.
Show the feedback buttonâ
Gleap.showFeedbackButton(true);
Hide the feedback buttonâ
Gleap.showFeedbackButton(false);