You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the iframe is created it has initial content that is converted into a srcdoc attribute. As far as I understood, it serves as a mount point for content inside.
When such iframe is used inside of the mobile app webview (ReactNative for example), it throws an error. I think that the main issue is that WebView can't handle the srcdoc in iframes.
Is there a way to remove scrdoc attribute?
The text was updated successfully, but these errors were encountered:
When the iframe is created it has initial content that is converted into a
srcdoc
attribute. As far as I understood, it serves as a mount point for content inside.When such iframe is used inside of the mobile app webview (ReactNative for example), it throws an error. I think that the main issue is that WebView can't handle the srcdoc in iframes.
Is there a way to remove
scrdoc
attribute?The text was updated successfully, but these errors were encountered: