Fixed
Status Update
Comments
jo...@google.com <jo...@google.com>
jr...@google.com <jr...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
mo...@google.com <mo...@google.com>
ap...@google.com <ap...@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?
ra...@google.com <ra...@google.com>
na...@google.com <na...@google.com> #5
deleted
pr...@google.com <pr...@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.
Description
Jetpack Compose component used: AndroidView() TextButton(),
Android Studio Build:
Android Studio Iguana | 2023.2.1 RC 2
Build #AI-232.10227.8.2321.11429013, built on February 8, 2024
Runtime version: 17.0.9+0-17.0.9b1087.7-11185874 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.5
GC: G1 Young Generation, G1 Old Generation
Memory: 5120M
Cores: 10
Metal Rendering is ON
Registry:
debugger.new.tool.window.layout=true
reasonable.application.thread.pool.size=256
ide.index.image.max.size=0
ide.experimental.ui=true
Kotlin version: Latest Kotlin version
Steps to Reproduce or Code Sample to Reproduce:
1. Built sample app provided in the bug
2. Using Dpad to focus on the last element under AndroidView - (BUTTON SIX)
3. Hit key Tab.
4. Now the focus is on some invisible element.
5. Hit key Tab again.
6. Focus is on the first TextButton (1 field).
Stack trace (if applicable):