When a button row is displayed on a web browser, the entire row is displayed over multiple lines if necessary. For example:
However, when the row is displayed on a mobile device, the row is displayed in a single row. The user is required to scroll to find the remaining buttons. Sometimes, the buttons aren’t even visible unless the user goes looking. For example:
It would make more sense to just have the buttons displayed in multiple rows on a mobile device similar to the way it’s done on the web browser version. Or give the user an align: option to make it optionally possible.
Thanks for all the hard work everyone.