This question is locked. New answers and comments are not allowed.
Hello,
we try to visualize RichText within the HtmlView component in our NativeScript app, like the following example:
<s> This text is striked through.</s><strong> <s> <div style="text-align:right;"> This text is striked through, fed and aligned right. </div> </s></strong><em> <div style="text-align:center;"> This text is italic and centered. </div></em><ins> This Text is underlined.</ins>
As you can see in the Screenshots, the sample text is visualized differently on Android 6, Android 7 (Emulator) and iOS 10. We are justing just basic Html tags.
Any hints, what we can do here?
Regards
