PSA: Use Element Internals Polyfill for iOS and Safari under 16.2 #5238
datvm
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Material Web uses
attachInternals
which is not available for Safari (including iOS) until 16.2 (March 2023). As far as I can test, with this polyfill, it can run well as early as iOS 15.2. I cannot get any simulator earlier than this version.CanIUse
attachInternals
Element Internals Polyfill
Example, make sure it runs before Material Design script:
Beta Was this translation helpful? Give feedback.
All reactions