Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ra...@google.com <ra...@google.com> #2
The problem is very serious.
Currently html5 clearRect isn't working within any android 4 devices.
Please, solve this problem as soon as possible.
Currently html5 clearRect isn't working within any android 4 devices.
Please, solve this problem as soon as possible.
ch...@gmail.com <ch...@gmail.com> #3
we have the same problem
We are waiting for a patch since November because none of the workaround we have tried is stable.
We hope that the patch will come before the launching of our app and if not...well, sadly, we will launch the app on iOS and windows only
We are waiting for a patch since November because none of the workaround we have tried is stable.
We hope that the patch will come before the launching of our app and if not...well, sadly, we will launch the app on iOS and windows only
ap...@google.com <ap...@google.com> #4
[Comment deleted]
ma...@google.com <ma...@google.com> #5
Still appears to be an issue as I'm getting quirky results when trying clearRect in a loop. #3 solution is good but too heavy to work in a loop.
ap...@google.com <ap...@google.com> #6
What about using requestAnimationFrame for loop rather than using a timer loop ?
ra...@google.com <ra...@google.com>
da...@well.co <da...@well.co> #7
Hey, this is a serious issue that is affecting our production components, could someone please look into this???
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: