Fixed
Status Update
Comments
mo...@google.com <mo...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
le...@google.com <le...@google.com> #3
I found an example
D/Autofill Status: Autofill popup isn't shown because autofill is not available.
Did you set up autofill?
1. Go to Settings > System > Languages&input > Advanced > Autofill Service
2. Pick a service
Did you add an account?
1. Go to Settings > System > Languages&input > Advanced
2. Click on the settings icon next to the Autofill Service
3. Add your account
Is this a bug on your side or do the app developers of these password managers need to change their implementation?
mo...@johnlewis.co.uk <mo...@johnlewis.co.uk> #4
le...@google.com <le...@google.com> #5
deleted
ap...@google.com <ap...@google.com> #6
Facing the same issue here, Google autofill service seems to work. Zero documentation on adding support for Autofill framework on jetpack compose.
pr...@google.com <pr...@google.com> #7
Hello, I am trying to implement the same thing - it seems like there's no way for current password managers like 1Password or Bitwarden, to automatically pick up the fields. Is there a possible solution?
Description
Versioning and Device Details
Issue Description
The accessibility focus does not navigate between pages, in our case the pager is nested in a scrollable column but I could reproduce it with this minimal reproduction case:
Expected behavior:
The accessibility focus should focus on the next / previous page when swiping left and right with accessibility gestures. Additionally it should say the number of items.
Actual behavior:
The accessibility focus does not focus on next our previous page, it also does not return the number of items.
Steps to Reproduce or Code Sample to Reproduce:
You can swap out these lines in the libs.version.toml to notice the changed behavior from the previous compose stable release.