Quote:
Originally Posted by jiminrussell
I managed to get a book open by pretending the files were listed right to left rather than top to bottom but very difficult to select the right folder and book this way. And going to the next page is a swipe up on the screen and to go back is a swipe down so I can get a book open now and read and even managed to change the font.
|
Great! I managed to open a book now, too. Appearently, not only are the coordinates swapped, but they are inverted, too.
Assuming x=y=0 is in the upper left corner. Trying to select things on the diagonal running from upper left corner to 2/3 down the side to the right does not work. If x and y are swapped this should work.
Assuming x=y=0 is in the upper right corner. Tapping the x in the history popup doesn't work. If x and y are swapped this should work.
The x for history popup is in the upper right corner. You have to press to the left 2/3 from the top (due to the difference in resolution for the width of the screen.)
The first directory is in the upper left corner. You have to press on the right 2/3 from the top to select it.
Obviously you cannot select anything with the bottom third of the screen, since the screen is not wide enough, nor can you select anything on the bottom of the screen, since there is not enough screen width.
So the top of the screen is located at twothirds down. And the right and left are switched. A simple swapping of the coordinates won't work. It seems rather x_new=(max_width-y).