Ionic doesn't recognise transform: translate as a valid property

Hello, I’m trying to center a text over an image and I am using transform: translate property to make it.
The thing is using ionic serve works well in the browser, but when I run ionic emulate ios, it seems the iOS emulator ignores the property.
Here’s an example:

This is how ionic render on browser.

image

Using the same code, here’s how ionic render on iOS emulator:

image

I haven’t tryout in Android devices, maybe is just an iOS emulator issue. Please help.

Thanks.

Can you create a working example we can play with? We can’t do much without more information.

You should also read this article: Help us help you