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

A React Native component which renders HTML content as native views

Results 113 react-native-htmlview issues
Sort by recently updated
recently updated
newest added

I have an issue with images. I want to use a "responsive" view of the images which is essentially like this: const styles = StyleSheet.create({ img: { maxWidth: '100%', height:...

If i give a custom height to HTMLView in style(which is less than the content height), the view takes the given height but the content overflows outside the HTMLView. This...

I am trying to render a video html tag, but it does not render in the native view. Any idea?

AutoSizedImage add props padding AutoSizedImage.js finalSize.width = width - padding

![wechatimg43](https://user-images.githubusercontent.com/3722860/40227673-bd62b510-5ac1-11e8-8f84-9c64a6c04f66.jpeg) ``` ``` When removing the `TouchableOpacity` components,or ``` ``` the error no longer appears。

hi there, How can i get the text within an tag? I need o re-render the node so that href opens a link within an internal browser within the app,,...

Is there a way to inject custom function renderNode? My use case is that I am rendering an iframe node in renderNode but I would like to add a custom...

Hi, In react-native-htmlview, can we define specific classname? For example I want to use "header-caption" class as a style.