tomgiam
tomgiam
When I have a list (ordered or unordered) and I click on any of the Headings (e.g. h1, h3 etc.) The font gets bigger and bigger and the html contains...
I'm using react-native-webview to view HTML and react-native-pell-rich-editor to edit the same HTML. The problem is that the HTML is rendered differently (i.e. the images are larger and centered, and...
I can't get it to work with WebView. Is that possible? ``` import { WebView } from "react-native-webview"; panelProps: { fullWidth: true, openLarge: false, showCloseButton: true, allowTouchOutside: true, onClose: ()...