Ion-option-button's should have the same size

ionic:

image


ios:

image

Notice how iOS has the buttons with the same width

Just use some custom class with css width?
Ionic is cross platform not only focused on IOS.

Yeah. that’s one way. But it already knows i’m running on iOS or android. Maybe it should do that by default?

So the issue comes down to we don’t know what kind of text will be in there.
Sure we could add a min-width to it, but if the buttons text exceeds that width, you’ll still get the same problem.

Yeah. That makes sense. Thanks!