MSAMM
Back to course

Oracle Visual Builder: Applications That Outlive Their First Release · Module 12 · Responsive and mobile

Right-to-left on a small screen

Lesson 124 of 176 · 3 min

Where MIRRORING AND RESPONSIVENESS INTERACT, and the two together produce A LAYOUT NOBODY TESTED. Each of these is usually tested on its own, and the combination is a fourth state that exists on every page and is checked on almost none. THE COMBINATIONS ARE FOUR: WIDE LEFT-TO-RIGHT, WIDE RIGHT-TO-LEFT, NARROW LEFT-TO-RIGHT, NARROW RIGHT-TO-LEFT. Most teams check the first two and the third. The fourth is where an Arabic-reading user on a phone lives, and in this estate that is a substantial share of the users. THE INTERACTION IS THAT REFLOW CHANGES WHICH DIRECTION MATTERS. Wide, elements sit beside each other and mirroring reverses their order; narrow, they stack and the horizontal order stops applying. So a layout correct in both wide directions can stack in an order that is right in one and wrong in the other — because vertical order is not mirrored, and the reading eye starts in

The full lesson is part of the course

The video, the complete written lesson and the module quiz are included in Oracle Visual Builder: Applications That Outlive Their First Release, with a certificate on completion and a fourteen-day refund window.

Get the free lessons by email

We will email you a link to every free lesson in this course. No account needed, and one message only.

In this module: Module 12 · Responsive and mobile

  1. 1Responsive, or a mobile application
  2. 2How the layout responds
  3. 3A table on a phone
  4. 4Touch, and what changes
  5. 5Testing at real sizes
  6. 6Right-to-left on a small screen
  7. 7What breaks: two mobile failures
  8. 8Lab briefing · Make one screen work on a phone