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
Based on the Android Rating Bar, they managed to stop the callback trigger while the user is still dragging on the rating bar. Once the user takes off his finger, then the callback is triggered with the updated rating.
Why is it raised?
This issue is for scenarios where the flow is based on the Rating Bar listener and not on a submit button.
The text was updated successfully, but these errors were encountered:
puneet-practeon
changed the title
Callback is getting triggered on rating change while the user has his finger on it moving.
Callback is getting triggered on rating change while the user has his finger on screen.
Sep 26, 2022
Explanation:
Based on the Android Rating Bar, they managed to stop the callback trigger while the user is still dragging on the rating bar. Once the user takes off his finger, then the callback is triggered with the updated rating.
Why is it raised?
This issue is for scenarios where the flow is based on the Rating Bar listener and not on a submit button.
The text was updated successfully, but these errors were encountered: