Skip to product menu
Skip to main content

In-app feedback for web apps

In-App Feedback lets you collect detailed input directly from your users while they’re using the app. Users can easily share screenshots or images, annotate them with highlights, arrows, or scribbles, and even mask sensitive information using the built-in annotator.

They can also attach logs, diagnostics, and screen recordings—making it easier to report bugs or suggest improvements. Before submitting, users can preview and trim their screen recordings to include only what matters.

You can also programmatically open or close the feedback widget based on specific user actions using the methods below.

For example, when a user clicks on `Send Feedback` button on your product page, you can open the Apptics feedback widget to collect contextual data.

Open widget

Call the below method to open the share feedback widget.

Copiedapptics.feedbackOpen();

Close widget

Call the below method to close the widget, if it is already open.

Copiedapptics.feedbackClose();

Note: The selected JavaScript API code (windows.appticsReady) should be inserted after the Apptics SDK ready function.