react-native-htmlview icon indicating copy to clipboard operation
react-native-htmlview copied to clipboard

Empty area where defined a custom renderNode

Open donni106 opened this issue 6 years ago • 7 comments

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

donni106 avatar May 31 '18 14:05 donni106

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

juancabraal avatar Jun 01 '18 19:06 juancabraal

Any update on this?

rochapablo avatar Jul 01 '19 16:07 rochapablo

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

donni106 avatar Jul 02 '19 11:07 donni106

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

h2soheili avatar Oct 01 '19 21:10 h2soheili

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

h2soheili avatar Oct 01 '19 21:10 h2soheili

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

donni106 avatar Oct 16 '19 17:10 donni106

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

yes

h2soheili avatar Oct 17 '19 04:10 h2soheili