View Single Post
Old 01-10-2025, 09:27 AM   #10
TenKOhms
Junior Member
TenKOhms began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Oct 2024
Device: Kobo Libra Colour
Thnx all, got APK build and signed and installed on my meta quest 3, but unfortunately making the following changes:

Code:
    val needsView = when (activity.platform) {
        "android_tv" -> true
        "chrome" -> true
        else -> true
    }
(test out just making needsView always true)

To
./platform/android/luajit-launcher/app/src/main/java/org/koreader/launcher/device/Device.kt

and rebuilding apk still did not resolve issue of not being able to use click/touch event when in reading mode. Still able to navigate the file browser to open up book.
TenKOhms is offline   Reply With Quote