Answer dialog limitation?
Posted: Sun Jul 24, 2016 2:33 pm
Good morning!
I am currently working on an app for both mobile platforms and have run into an issue for which I hope there is a solution.
I have the following code in a button:
on mouseUp
answer "Leave a review on:" with "DealerRater" or "Google+" or "Yelp" or "Cancel"
end mouseUp
iOS responds as expected with an answer dialog displaying the correct options listed per the code above (see screenshot).
Android, however, only presents 3 options (see screenshot).
The odd behavior experienced (aside from rendering the correct options) is that pressing "Cancel" performs the action for "Yelp"
Does anyone have any information or suggestion on proceeding?
Thank you!
I am currently working on an app for both mobile platforms and have run into an issue for which I hope there is a solution.
I have the following code in a button:
on mouseUp
answer "Leave a review on:" with "DealerRater" or "Google+" or "Yelp" or "Cancel"
end mouseUp
iOS responds as expected with an answer dialog displaying the correct options listed per the code above (see screenshot).
Android, however, only presents 3 options (see screenshot).
The odd behavior experienced (aside from rendering the correct options) is that pressing "Cancel" performs the action for "Yelp"
Does anyone have any information or suggestion on proceeding?
Thank you!