-
-
Notifications
You must be signed in to change notification settings - Fork 893
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
Custom-rendering iframe throws an error #241
Comments
I have this issue as well for 1.0.0 |
Managed to solve this by using my own widget. In my case, I have created my own custom youtube player widget for iFrame. Go to replaced_element.dart file, then in IframeContentElement class (line 171) override the toWidget method and return your own widget. |
any solution for this problem?? |
The Issue is still there. The problem occurs since there are no attributes for an iframe detected in
The error is gone when setting node and attribute optional ( |
Fixed by #500 |
Thanks alot man. Have you also looked at this issue I pointed out?
This throws an error:
The getter 'attributes' was called on null.
It only happens when you try to
customRender
aniframe
.Originally posted by @shamnex in #64 (comment)
The text was updated successfully, but these errors were encountered: