-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Twitter widget sometimes fails to render on iOS #7482
Comments
When you inspect the iframe in Safari devtools it always immediately renders correctly |
I dug a bit deeper and the problem is definitely that the promise returned by A few suggestions
|
Here is the last bug there this same thing happened #3220 @indianburger fixed it on Twitter's side. |
Thanks for flagging it and digging into the problem. A fix was deployed last night/this morning for this. The culprit was indeed Let me know if you still see issues on your end. |
Thanks @indianburger. We'll monitor! |
This repros about 50% of the time on https://www.google.com/amp/s/www.washingtonpost.com/amphtml/news/the-fix/wp/2017/02/09/donald-trump-finally-met-his-match-the-courts/?client=safari
If it does not repro after a few tries restart Safari and try again.
The tweet will load eventually, but it often take 1 to 2 minutes.
Based on the network tab the requests to get the tweet content run much earlier. When it renders only CSS files and the user images are retrieved.
It seems that this may be a bug in Safari where Safari somehow fails to realize that the frame is in view and throttles its painting.
The text was updated successfully, but these errors were encountered: