Home > @native-html/iframe-plugin > HTMLIframe
A component to render iframes in @native-html/render.
Signature:
export default function HTMLIframe(input: HTMLIframeProps): React.JSX.Element;|
Parameter |
Type |
Description |
|---|---|---|
|
{ WebView, webViewProps: userWebViewProps, source, style, onLinkPress, scaleFactor, injectedCSSStyles, removeBodySpacing, scalesPageToFit } |
(not declared) | |
|
input |
Returns:
React.JSX.Element