UltimateMangaReader icon indicating copy to clipboard operation
UltimateMangaReader copied to clipboard

Kobo Forma touch response is rotated 180 degrees while display is not. Fix included.

Open uncletrunks opened this issue 4 years ago • 0 comments

Weird issue here: if I touch the display in the bottom left corner, it acts as if the top right corner has been tapped. Initially I had thought it was entirely unresponsive, but this is not the case. It's perfectly responsive, so long as you rotate where you're tapping it 180 degrees.

Quick fix: Change export QT_QPA_PLATFORM=kobo:touchscreen_rotate=90:logicaldpitarget=108 in .adds/UltimateMangaReader/ultimatemangareader.sh to export QT_QPA_PLATFORM=kobo:touchscreen_rotate=270:logicaldpitarget=108. This resolved the issue for me immediately.

uncletrunks avatar Jun 06 '20 00:06 uncletrunks