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

<div> not break lines

Open SunnyEver0 opened this issue 8 years ago • 4 comments

I have meet this problem, the html code

<div style="font-family: verdana, sans-serif; word-wrap: break-word;">As
    <div>A</div>
    <div>As</div>
    <div>A</div>
    <div>As</div>
    <div><br></div>
    <div>As</div>
    <div>D</div>
    <div>As</div>
    <div>D</div>
    <div>A</div>
    <div>As</div>
    <div><br></div>
    <div>A</div>
    <div>D</div>
    <div>A</div>
    <div>A</div>
    <div>D</div>
    <div><br></div>
</div>

but showed in this simulator123 and in brower 123 how to reslove this problem? thanks a lot.

SunnyEver0 avatar Aug 18 '17 03:08 SunnyEver0