Hello Samuel,

Thanks for the reply. That tip helped me.
I am not a Andorid developer, but tried to look into the code to fix this problem with help of some friends.
Seems like the issue is due to `android:descendantFocusability="blocksDescendants"` in tunnel_list_item.xml [1].

Is there any reason why the value is `blocksDecendants`?
When I remove that line it seems to work fine (gif link)[2].

I can send a patch if this is the only change needed.

[1]: https://git.zx2c4.com/wireguard-android/tree/app/src/main/res/layout/tunnel_list_item.xml#n32
[2]: https://imgur.com/a/f3nbA7R

with regards,
Revath S Kumar,
JavaScripter / Rubyist

On Sun, May 12, 2019 at 5:37 PM Samuel Holland <samuel@sholland.org> wrote:
On 5/6/19 4:27 AM, Revath S Kumar wrote:
> Hello all,
>
> I tried to side load the wireguard android on Fire TV stick.
> I was successfully able to install and create a new config.
> But once the config is created I was not able to enable the config.
>
> The navigation using the FireTV remote never gets focus on config toggle button.
>
> Any plan to support TV sooner?

See https://lists.zx2c4.com/pipermail/wireguard/2019-January/003768.html

It's possible to get it working with the remote, but that would require someone
to write (and test!) the code to do so. Right now there's nobody working on the
Android app.

> with regards,
> Revath S Kumar,
> JavaScripter / Rubyist / PHP

Cheers,
Samuel