-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
In given callback function I expect appRate should open Rate Now after displaying. Nothing happens.
However, I can see that onButtonClicked callback is triggered and logged to console.
Device: iOS 11 - ^11.4
callbacks: {
handleNegativeFeedback: function(){
window.open('mailto:feedback@example.com', '_system');
},
onRateDialogShow: function(callback){
console.log("onRateDialogShow")
callback(1) // cause immediate click on 'Rate Now' button
},
onButtonClicked: function(buttonIndex){
console.log("onButtonClicked -> " + buttonIndex);
}
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels