Obsolete
Status Update
Comments
va...@chromium.org <va...@chromium.org> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
va...@chromium.org <va...@chromium.org> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
jh...@chromium.org <jh...@chromium.org> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
ft...@chromium.org <ft...@chromium.org> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
ft...@chromium.org <ft...@chromium.org> #6
Having the same issue:
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
ha...@google.com <ha...@google.com> #7
same
ha...@google.com <ha...@google.com> #8
SAME ! - Google can't do sth working in 100 percent?
ha...@google.com <ha...@google.com> #9
same issue - Google Play services out of date. Requires 3159100 but found 3158130
is...@google.com <is...@google.com> #10
Having the same issure:
07-26 03:14:00.731: W/GooglePlayServicesUtil(2566): Google Play services out of date. Requires 3159100 but found 3136130
07-26 03:14:00.731: W/GooglePlayServicesUtil(2566): Google Play services out of date. Requires 3159100 but found 3136130
Description
Steps to reproduce the problem:
new Intl.NumberFormat('ar-iq').format(0) // "٠" as expected
new Intl.NumberFormat('ar-sa').format(0) // "٠" as expected
new Intl.NumberFormat('ar-dz').format(0) // "0" as expected
new Intl.NumberFormat('ar').format(0). // "0" rather than "٠"
What is the expected behavior?
Expect base "ar" locale to use arabic rather than latin numerals
What went wrong?
"ar" locale uses latin numerals
Did this work before? N/A
Does this work in other browsers? Yes
Chrome version: 80.0.3987.122 Channel: stable
OS Version: OS X 10.15.3
Flash Version:
This may be intentional behavior; if so feel free to close. However it is inconsistent with FF and Safari