You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supporting Chrome >= 71 only covers 90% of Android user session; and iOS does not have v14 in 2020 (when this analysis is conducted). Therefore, we should handle the case when Intl.RelativeTimeFormat is not supported.
The text was updated successfully, but these errors were encountered:
MrOrz
changed the title
iOS safari 13 does not have Intl.RelativeTimeFormat
Chrome < 71, iOS safari 13 does not have Intl.RelativeTimeFormat
Apr 15, 2021
iOS safari 14 works fine. However in v13:
Also for Chrome <= 70 (reported from Zenfone 4 users,

chrome://version
shows70.0.3538.110
)Analysis
Cofacts browser statistics (Cofacts chatbot LIFF stats, conducted in April 2020)
Intl.RelativeTimeFormat
Supporting Chrome >= 71 only covers 90% of Android user session; and iOS does not have v14 in 2020 (when this analysis is conducted). Therefore, we should handle the case when
Intl.RelativeTimeFormat
is not supported.Intl.DateTimeFormat
In Cofacts, 100% of android sessions and 99% iOS sessions have
Intl.DateTimeFormat
. We can safely assumeIntl.DateTimeFormat
always exists.Solutions
Choose one from the following:
The text was updated successfully, but these errors were encountered: