vietjet / iphonefrotz

Automatically exported from code.google.com/p/iphonefrotz
Other
0 stars 0 forks source link

iPad Lanscape Mode Not scrolling properly to allow viewing of most recent text while typing #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Turn iPad into landscape format in any game.
2. Initiate the keyboard to type a command
3. If you want to view the most recent generated or entered text you cannot 
without closing the keyboard, which is a poor implementation. Say for instance 
you need to pick up the leaflet. Then your next command is to close the 
mailbox. You then want to read what you picked up so you begin to type it and 
you try to look to check, but alas you cannot because the most recent text 
remains hidden by the keyboard.

What is the expected output or behavior?  What do you see instead?
That the mos recent generated tech as well as the prompt to input ne text would 
appear above the keyboard via automatically scrolling to this position when the 
landscape keyboard is open. This can be achieved programatically via checking 
the orientation and applying given amount of scrolling to the page based on 
whether you are in landscape or potrait when the keyboard opens. Font size may 
additionally need to be polled as well to scale the level of scrolling by the 
appropriate number of lines or distace.

What version of Frotz are you using?
1.4.1

What version of iPhone/iPod Touch OS? (2.2.1, 3.0, 3.1.2, etc.)
3.2.1

What device model are you using (iPod Touch 2nd gen, iPhone 3G, etc.)
iPad

Please provide any additional information below.

Original issue reported on code.google.com by David.A....@gmail.com on 11 Aug 2010 at 4:19

GoogleCodeExporter commented 9 years ago
This is a duplicate of bug #106.
The problem actually only occurs when the device is flat on its back when the 
keyboard is shown in landscape mode, because the code incorrectly polls the 
current hardware portrait/landscape state rather than the last remembered state 
when calculating the size of the text area.
To work around the bug. just tilt the device so it's standing up when showing 
the keyboard in landscape orientation.

Original comment by spath...@gmail.com on 18 Aug 2010 at 7:12