app-feedback
Reactive icon

App Feedback++

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 30 April 2024
 by 
0.0
 (0 ratings)
app-feedback

App Feedback++

Documentation
1.0.0

How to use this asset?

  1. Activate App Feedback on your application.
  2. Add the FeedbackActions block anywhere on your screen, preferably on the layout.
    1. Once added to your screen, the block will move its content into the Feedback popup, once it's rendered. If feedback is not active, the block will remain invisible with display:none.
  3. Implement your actions and event handlers: Links will work best, as buttons default OSUI styles are a bit too big for the Feedback popup.
  4. That's it!

In case you don't want to use the "FeedbackOpened" event, you can set the input variable "MonitorFeedbackPopupOpen" to false. It creates an MutationObserver to keep waiting for the Popup to open, so it may increase a bit the usage of memory and processing the users device, as any event would do.