-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo crashes on iOS when run in iframe #258
Comments
@kevinpschaaf After testing I came to the conclusion that Safari ran out of heap. It seems like iOS Safari limits the memory size for documents loaded on an iframe. In the main demo (demo/index.html) the content size is |
Description
Demo crashes on iOS when run in iframe. It would be ideal to understand what triggers the Safari bug and consider ways to mitigate it. In the short term, it might be good to add logic to the demo to pop the demo out of the catalog's demo iframe on iOS, since it reflects poorly on the component, despite it being a Safari bug.
Expected outcome
Demo works.
Actual outcome
Demo crashes Safari.
Steps to reproduce
Open https://elements.polymer-project.org/elements/iron-list?view=demo:demo/index.html&active=iron-list on iOS device
Browsers Affected
The text was updated successfully, but these errors were encountered: