[PR #1672] [CLOSED] Made the book selectable. #1654

Closed
opened 2026-04-25 00:00:23 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1672
Author: @monksy
Created: 8/27/2025
Status: Closed

Base: masterHead: fix-selectableregions-androidtv


📝 Commits (2)

  • 6586a1f Made the book selectable.
  • 12547b1 Defining features so we can deliever for AndroidTV.

📊 Changes

3 files changed (+8 additions, -1 deletions)

View changed files

.nvmrc (+1 -0)
📝 android/app/src/main/AndroidManifest.xml (+6 -0)
📝 components/cards/LazyBookCard.vue (+1 -1)

📄 Description

Brief summary

This makes the book items selectable and navigable within Android TV situations.

Which issue is fixed?

Fixes #606

Pull Request Type

This affects Android TV / devices without touch support and navigation by elements.

In-depth Description

Your current setup works for the navigation elements because they used nxut-link/anchors. By default the browser treats those as selectable. This enables tabindexs for the book elements so they are selectable and "clickable" in interfaces that don't allow for touch/clicking.

How have you tested this?

Android emulator

Screenshots

Can't really show something that doesn't work before after pressing.

After

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1672 **Author:** [@monksy](https://github.com/monksy) **Created:** 8/27/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-selectableregions-androidtv` --- ### 📝 Commits (2) - [`6586a1f`](https://github.com/advplyr/audiobookshelf-app/commit/6586a1f2635009146ba11954f199890bc3501c39) Made the book selectable. - [`12547b1`](https://github.com/advplyr/audiobookshelf-app/commit/12547b16e0169fdd13abb99353ca6a10bd133349) Defining features so we can deliever for AndroidTV. ### 📊 Changes **3 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.nvmrc` (+1 -0) 📝 `android/app/src/main/AndroidManifest.xml` (+6 -0) 📝 `components/cards/LazyBookCard.vue` (+1 -1) </details> ### 📄 Description ## Brief summary This makes the book items selectable and navigable within Android TV situations. ## Which issue is fixed? Fixes #606 ## Pull Request Type This affects Android TV / devices without touch support and navigation by elements. ## In-depth Description Your current setup works for the navigation elements because they used nxut-link/anchors. By default the browser treats those as selectable. This enables tabindexs for the book elements so they are selectable and "clickable" in interfaces that don't allow for touch/clicking. ## How have you tested this? Android emulator ## Screenshots Can't really show something that doesn't work before after pressing. After <img width="1201" height="672" alt="image" src="https://github.com/user-attachments/assets/695eacfc-becc-449b-8653-c43ce9394c45" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:00:23 +02:00
adam closed this issue 2026-04-25 00:00:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1654