Skip to content

Latest commit

 

History

History
66 lines (31 loc) · 956 Bytes

File metadata and controls

66 lines (31 loc) · 956 Bytes

Home > @native-html/iframe-plugin > HTMLIframe

HTMLIframe() function

A component to render iframes in @native-html/render.

Signature:

export default function HTMLIframe(input: HTMLIframeProps): React.JSX.Element;

Parameters

Parameter

Type

Description

{ WebView, webViewProps: userWebViewProps, source, style, onLinkPress, scaleFactor, injectedCSSStyles, removeBodySpacing, scalesPageToFit }

(not declared)

input

HTMLIframeProps

Returns:

React.JSX.Element