UltimateMangaReader
UltimateMangaReader copied to clipboard
Kobo Forma touch response is rotated 180 degrees while display is not. Fix included.
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.