B4J Tutorial [Web][SithasoIONIC7] Adding RTL (Right to Left) Support for your apps

Hi Fam

Let's add RTL (Right to Left) support for our app, so that is looks like this.

SithasoIONIC7RTL.png


In pgInitialize

B4X:
Sub Initialize
    'initialize the app, show ios mode
    BANano.Await(app.Initialize(Me, "ios"))
    app.RTL = True

add the code line app.RTL = True

All the best coding your mobile apps.

#Coming to the next update
 
Top