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.