Closed jeremiak closed 10 years ago
On iOS devices, the navbar wasn't flexing properly because it was missing the flex-grow property (it requires prefixing to be -webkit-flex-grow
flex-grow
-webkit-flex-grow
Updated, but a good reminder that emulators aren't the same thing as testing on the physical device
On iOS devices, the navbar wasn't flexing properly because it was missing the
flex-grow
property (it requires prefixing to be-webkit-flex-grow
Updated, but a good reminder that emulators aren't the same thing as testing on the physical device