This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] Button Focus not working on Android Platform in latest version, was working in 3.4 #7186
Labels
4.1.0
regression on 4.1.0
i/regression
p/Android
s/needs-info ❓
A question has been asked that requires an answer before work can continue on this issue.
s/needs-repro ❔
This reported issue doesn't include a sample project reproducing the issue. Please provide one.
s/unverified
New report that has yet to be verified
t/bug 🐛
Uh oh!
There was an error while loading. Please reload this page.
I am running a Xamarin Forms app on an Amazon Fire TV platform (Android).
I have recently upgraded from 3.4 to 4.1 as there are fixes in latest stable version which are needed in my app.
However, since upgrading I can no longer focus on a Button element programatically. This is essential for my app because the platform doesn't register touch events.
When running the .Focus() method on a button a false boolean is returned every time and my button state is not updated as expected,
May be related to #5616
The text was updated successfully, but these errors were encountered: