Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Version used: latest, 1.0.0
Devices/Android versions reproduced on: on emulator and all other devices I tried such as galaxy 11
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).
I have viewPager2 that controls three fragments swapping, so there are three tabs in top as showing in screen shot. The first fragment (scan)is selected by default. In scan fragment there are two editText fields and I'm tryin to auto focus one of them and that is the RFID editText but it is not getting focused when scan fragment is launched first. I used requestFocus() method and all other methods but nothing worked. I was able to make the focus if I select other tabs then comeback to Scan tab then it will be focused because I used RequestFocus() in onResume() function but I still need to make the auto focus to work when Scan fragment launches without selecting any other tabs then reselecting Scan fragment.
I attached two screen shots, one shows when scan fragment is selected by default but RFID is not focused! The second screen shot shows when I select other tab then selected Scan tab.