Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ra...@google.com <ra...@google.com> #2
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ch...@gmail.com <ch...@gmail.com> #3
+1
We are launching this on iOS and Android. iOS works nicely but Android users cannot get real-time location due to this issue and we'd love to give them a better experience with this fix.
We are launching this on iOS and Android. iOS works nicely but Android users cannot get real-time location due to this issue and we'd love to give them a better experience with this fix.
ap...@google.com <ap...@google.com> #4
Tou como um problema
ma...@google.com <ma...@google.com> #5
Any update on this issue? Is there a possibility BLE usage will be available on instant apps in the future?
ap...@google.com <ap...@google.com> #6
Hi ra...@ - is there any update on whether this feature will be introduced in the future or if it still blocked? Like the others, we also would like to use this functionality and have a working iOS App Clips implementation with Bluetooth but are blocked on Android because of this issue.
ra...@google.com <ra...@google.com>
da...@well.co <da...@well.co> #7
Hi - is there any update on this issue? We are unable to launch our instant experience on Android due to this limitation. Any progress is much appreciated.
Description
Jetpack Compose version: 1.8.0-beta01
Jetpack Compose component used: androidx.compose.ui:ui-tooling
Android Studio Build: #AI-242.23339.11.2421.12700392
Kotlin version: 2.0.20
When you try to use the new autofill semantics functionality on a textfield with a
visualTransformation
the password manager will store asterisks as the password instead of the actual value, e.g********
instead ofpassword
, rendering the feature useless. If I remove the visual transformation everything works as intended.Steps to Reproduce or Code Sample to Reproduce: