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
`uri` | *(experimental)* remote website to parse and render | `string` | Optional
67
67
`decodeEntities` | Decode HTML entities of your content | `bool` | Optional, defaults to `true`
68
68
`imagesMaxWidth` | Resize your images to this maximum width, see [images](#images) | `number` | Optional
69
+
`staticContentMaxWidth` | Set a maximum width to non-responsive content (`<iframe> for instance`) | `number` | Optional
69
70
`imagesInitialDimensions` | Default width and height to display while image's dimensions are being retrieved, see [images](#images) | `{ width: 100, height: 100 }` | Optional
70
71
`onLinkPress` | Fired with the event, the href and an object with all attributes of the tag as its arguments when tapping a link | `function` | Optional
71
72
`onParsed` | Fired when your HTML content has been parsed. Also useful to tweak your rendering, see [onParsed](#onparsed) | `function` | Optional
0 commit comments