You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.3.4 Orientation - Update Example 5: Piano App (#4528)
Closes: #771
Example 5, replaced
> An example where orientation is essential could be a piano app that
requires the device to be in landscape mode to allow room for enough of
the piano keys to be functionally usable.
with
> An example where orientation is essential could be a piano app that
requires the device to be in landscape mode allowing the piano keys to
have enough room to be functionally usable.
---------
Co-authored-by: Patrick H. Lauke <[email protected]>
Co-authored-by: Mike Gower <[email protected]>
Copy file name to clipboardExpand all lines: understanding/21/orientation.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ <h2>Examples</h2>
62
62
<li><strong>Example 4: Check deposit in banking app</strong><br>
63
63
An example where orientation is essential could be a banking app that requires the device be in landscape mode to easily and accurately capture an image of a check for deposit. These paper forms are typically about twice as wide as they are high.</li>
64
64
<li><strong>Example 5: Piano app</strong><br>
65
-
An example where orientation is essential could be a piano app that requires the device to be in landscape mode to allow room for enough of the piano keys to be functionally usable. Since a piano app is emulating a physical piano keyboard that needs to retain relative physical characteristics between keys, either too few keys would be available, or the keys would be much too narrow.</li>
65
+
An example where orientation is essential could be a piano app that requires the device to be in landscape mode, allowing the piano keys to have enough room to be functionally usable. Since a piano app is emulating a physical piano keyboard that needs to retain relative physical characteristics between keys, either too few keys would be available, or the keys would be much too narrow.</li>
0 commit comments