react-native-htmlview
react-native-htmlview copied to clipboard
A React Native component which renders HTML content as native views
I have a very long html to render. Before htmlview is displayed, there is 2 / 3 seconds blank. Is it possible to have a loading state ?
Hi guys, Thanks for creating this component. I noticed the width of an image is always the width of the users' screen. This PR adds the ability to define a...
I have a custom `renderNode` for `` and `` and it is working fine when running on a simulator. If I build a release version on a real device, the...
Specifically on the iOS simulator HTMLView renders a blank/white screen when a html value is too large. This is not replicable on the device (however ive tested on iphone 7...
Hi, I have to be able to manage a html like this: ``` Powered by MySite ``` Has anyone found an effective way? Thanks
can't change text color,size,alignments in htmlview. can't set any property related text?
Well, My situation is: need load online uri webview, and inject native functionality to webview so inside html I can do QRCodeSanner or BluetoothPrinter? Any advise? Thanks!!
`` and `` inside `` tags do not start on a new line. The `` items however, do.
My html looks like this: `` i can remove the img with: ``` if(node.name == 'img') { return null; } ``` but how can I remove the parent?
Hi All, Is this even possible? I could not figure it out. But it seems it is not rendering nested ul's within ul > li nodes. Suggestions? Best, Joe