SSWConsulting / SSW.Rewards.Mobile

https://rewards.ssw.com.au
Apache License 2.0
28 stars 8 forks source link

🐛 Mobile | Fix multi-line buttons on iOS #897

Closed zacharykeeping closed 1 month ago

zacharykeeping commented 1 month ago
  1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc)

Closes #898

  1. What was changed?

We recently implemented word wrapping on buttons with lots of text, which looks nice and centred on Android but on iOS is left-aligned with no option to adjust. This works around this by implementing a custom multi-line button.

❌ Figure: Buttons with multi-line text are left-aligned on iOS

✅ Figure: Multi-line buttons look nicer now with our custom button

  1. Did you do pair or mob programming?

No