hello,
i have an image in header bar.i want to style.i run the app using ionic serve --lab.my problem is there’s a difference between ios and android.the margin in ios isn’t the same as in android.how to avoid that?
thank you
EDIT:after 1 min of posting this question i found the solution
overriding platform
ionic.Platform.setPlatform("ios");