How can I get Text Align Justify to work on an Expression on a Mobile Application for iOS?
Using the CSS text-align: justify; on both an Expression and the Container in which the Expression is placed does not Justify the text when viewed on a Mobile Application on an iOS device.
It does however work perfectly on an Android device.
Hi @Jannie van Sandwyk,
It´ s not possible to use text-align: justify on iOS.
You can confirm here: https://caniuse.com/css-text-justify
Hope it helps,
Nuno R