wordpress-mobile / WordPress-Editor-Android

⛔️ [DEPRECATED] A reusable Android rich text editor component.
GNU General Public License v2.0
188 stars 50 forks source link

Add RTL support to the editor #434

Open maxme opened 8 years ago

maxme commented 8 years ago

Also, check how it works with the legacy editor.

rachelmcr commented 8 years ago

The legacy editor detects RTL languages (e.g. when the system or keyboard language is RTL) and auto-aligns to the right when you start typing, in both the post title and body fields:

2016-07-04 08 32 48

The visual editor, on the other hand, keeps the left alignment even when the system/keyboard language is switched to RTL:

2016-07-04 08 33 25

Tested on Nexus 9, Android 6.0.1, WPAndroid alpha-16