Skip to main content

💡 Feature requests

The new Gleap widget offers a feature request view allowing users to view, upvote & comment more easily on feature requests.

Release notes and news for your app or website

You can enable the feature requests view directly within the Gleap Dashboard or show it by code.

Open the feature requests app by code

If you'd like to manually show the feature requests app of the Gleap widget, you can do so by calling the following method:

Gleap.openFeatureRequests(false);

The first parameter showBackButton sets whether or not the main tabbar and back buttons will be shown.