Hello,
the text tansform none not work on my ios device, on browser it works.
Here is my apps.scss
.md button {
text-transform: none;
}
.ios button {
text-transform: none;
}
.md item {
text-transform: none;
}
.ios item {
text-transform: none;
}
}