Bader
Bader

Reputation: 3774

How to make the direction of UI in JQueryMobile Apps from right to left

how to display UIs components direction from right to left, do I need to change the css code manually, or is there an easier way to do that from the library itself ?

Upvotes: 1

Views: 697

Answers (2)

Moutaz Shams
Moutaz Shams

Reputation: 301

You have to change both CSS AND JavaScript (To make sliders and flip switches work), however, I made these changes for both current jQuery Mobile versions and uploaded for anyone to use: http://www.intlaqa.com/jquery-mobile-rtl

Upvotes: 0

Frédéric Hamidi
Frédéric Hamidi

Reputation: 263047

For now, you indeed have to modify the CSS rules yourself.

See these posts on the jQuery Mobile forum for details.

Upvotes: 1

Related Questions