2
votes
2answers
81 views

Best way to handle close buttons in dialogs in a mobile app

I have a small dialog where a user can add an email to subscribe, I am torn between changing the subscribe button to take 50% of the place and adding cancel or simply make the x bigger. Other ...
5
votes
4answers
386 views

The logic behind having an OK button and Apply button

Moving back to desktop land after being drunk with mobile interfaces, desktop dialogs almost always have these three buttons: OK Apply Cancel A close button. This pattern seems to occur on both ...