Open HawkSK opened 2 years ago
For Edge we check browser version (Edg/104.0.5112.81
) to be at least 79, whereas for IPhone we check operating system version (OS 13_2_3 like Mac OS X
) to be at least 14.7 when browser version (Version/13.0.3
) is less than 14 (see #11654 and #13271) .
Related to #14366
Description of the bug
When using the latest Chrome in responsive layout with iPhone emulation (any of the choices iPhone SE, iPhone XR or iPhone 12 Pro) I get the user agent
which is resolved by
isTooOldToFunctionProperly
to true. This result in the error page provided byUnsupportedBrowserHandler
with headerIn contrast, while using Edge, the user agent is very similar, but is supported.
Expected behavior
Vaadin app should be usable in Chrome responsive layout with iPhone emulation.
Minimal reproducible example
Versions