What browser versions does this library support, or does it only work with certain polyfills included? #409
Replies: 1 comment
-
Hi, and thank you for your detailed question. I'll separate this response into sections. DocumentationIn the README, I state that the compilation target for the package is
Edit: added here: 200d644 The
|
Beta Was this translation helpful? Give feedback.
-
First, thank you for creating this brilliant library. I discovered this library yesterday and immediately got blocked by #391, which breaks on iOS 13. Version
5.1.4-rc.0
did solved the issue well. However I found myself got blocked by another issue which<dialog>
isn't supported by iOS Safari < 15.4 (#387). Thedialog-polyfill
library mentioned in #387 does look super simple to include and use, but this doesn't seems to work well with React when things rerenders.Here is a code snippet which demonstrates how to use
dialog-polyfill
:I was quite surprise that this couldn't support a modern browser which is
last 2 major versions
orlast 2 iOS major versions
, considering which iOS 15.3 was release quite recently on January 26, 2022. I wonder if we could have some sort of documentation to include in the readme the supported browser version. Or if this library was intended to work with polyfill included, like dialog polyfill or ResizableObserver polyfill, then it would also be good to mention the step as well, as most polyfill wasn't designed for React.Beta Was this translation helpful? Give feedback.
All reactions