You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using setFocusable(false) allows touching other views without having to click twice ( if setFocusable(true), need to click once outside balloon to dismiss ballon and another to click for intended view)
However, setFocusable(false) disables TalkBack behavior when balloon is shown. Only after clicking the ballon window TalkBack service announces ballon windows text.
The text was updated successfully, but these errors were encountered:
Re-opening #407 since the issue is still there
Please complete the following information:
Describe the Bug:
Using
setFocusable(false)
allows touching other views without having to click twice ( ifsetFocusable(true)
, need to click once outside balloon to dismiss ballon and another to click for intended view)However,
setFocusable(false)
disables TalkBack behavior when balloon is shown. Only after clicking the ballon window TalkBack service announces ballon windows text.The text was updated successfully, but these errors were encountered: