Some old android webviews had an issue where characters after a permacharacter could not be inserted. This was because in these environments, the input.value property had not been updated in the event loop when the listener gets called. By delaying the behavior, we get access to the value.
Delaying the formatting breaks it in regular Chrome, so we need a new strategy for these devices.
Some old android webviews had an issue where characters after a permacharacter could not be inserted. This was because in these environments, the input.value property had not been updated in the event loop when the listener gets called. By delaying the behavior, we get access to the value.
Delaying the formatting breaks it in regular Chrome, so we need a new strategy for these devices.