Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS vs Android button ordering #13

Closed
farazs opened this issue Apr 11, 2017 · 1 comment
Closed

iOS vs Android button ordering #13

farazs opened this issue Apr 11, 2017 · 1 comment

Comments

@farazs
Copy link

farazs commented Apr 11, 2017

The code uses button ordering for Android ie. [bottom, middle, top]. On iOS the button ordering for alert is [top, middle, bottom] so the accept button is at the bottom which doesn't make much sense from a UX point of view. You want the desirable button to be at the top and the least desirable at the bottom.

There should be a platform check to reverse the order of buttons based on iOS vs Android.

@yihanseattle
Copy link

#14

@jlyman jlyman closed this as completed in 33b745e Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants