@native-html/iframe-plugin
Version:
🌐 A WebView-based plugin to render iframes in react-native-render-html
14 lines (8 loc) • 503 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/iframe-plugin](./iframe-plugin.md) > [HTMLIframeProps](./iframe-plugin.htmliframeprops.md) > [scaleFactor](./iframe-plugin.htmliframeprops.scalefactor.md)
## HTMLIframeProps.scaleFactor property
When scalesPageToFit is enabled, scales the WebView zoom level to make sure the viewport fits contentWidth.
<b>Signature:</b>
```typescript
scaleFactor: number;
```