jsdf / react-native-htmlview

A React Native component which renders HTML content as native views
ISC License
2.71k stars 467 forks source link

Empty area where defined a custom renderNode #219

Closed donni106 closed 1 year ago

donni106 commented 6 years ago

I have a custom renderNode for <ul> and <li> and it is working fine when running on a simulator. If I build a release version on a real device, the same <ul> and <li> were not visible. I tried to figure out the bad lines, but nothing helped.

Somebody ever experienced the same?

Tested on iOS with ReactNative: 0.55.4

juancabraal commented 6 years ago

I'm having the same problem here, I have tried to change the lineheight as was suggested but still dont working

rochapablo commented 5 years ago

Any update on this?

donni106 commented 5 years ago

Don't know, I am using this now since a while: https://github.com/archriss/react-native-render-html

h2soheili commented 5 years ago

Try to set margin:0 padding:0for that custome node renderer

h2soheili commented 5 years ago

Don't know, I am using this now since a while: https://github.com/archriss/react-native-render-html This module uses WebView.

donni106 commented 4 years ago

And you don't want to use that because of the WebView implementation @club9822?

h2soheili commented 4 years ago

And you don't want to use that because of the WebView implementation @club9822?

yes