Content with background image has white edges on IOS

In my app I have set ion-content to have a background image which works fine, however I get white edges on the side. Can’t work out whats causing this on IOS. It looks perfect on web, please help

css:
&.bg{
&–primary-design{
–background: url(‘…/…/assets/images/primary_bg_design.png’) no-repeat center center / cover;
}
}