Ionic divider is not working on IOS. Showing just a block

Please describe the question in detail and share your code, configuration, and other relevant info.


Left is iOS, right is android. Real emulator shows the same thing on iOS.

here is the code

<ion-item-divider  style="height: 1%; width: 90%; margin-top: -10%; margin-left: 5%; margin-right: -5%; "></ion-item-divider>

Also removing all the style doesnt seem to work either. the desired look is the anroid one.

Fixed, mode=“md” attribute on divider, clear cookie and cache and reload.