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

My HTML text has 1500x1500 image, and it couldn't be load properly the result is the blur images. ??! Then, how do i scale and style image? I've tried ```...

enhancement

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

Hi This component work perfectly in android in RTL (Right to Left) but show LTR in IOS with same code and setting. What is the solution?

I want to have a `` node with justified and rtl direction, but I can't achieve that react-native: 0.60.4 Node: 10.15.3 - C:\Program Files\nodejs\node.EXE Yarn: 1.17.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD...

Consider the following html: ```Item 1ParagraphP2``` Expected output: Item 1ParagraphP2 Actual output: - Item1Paragrah P2 Check Android and IOs at the this [Snack Link](https://snack.expo.io/eXChcj30v) I would expect a new paragraph...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

remove items that are not required for distribution builds

I'm having a really difficult time getting superscript html like: 1More words here... ...to actually look like superscript, i.e. the text baseline is elevated compared to non-superscript text that follows...

I have a problem when I want render data from API by html resource Example data ` demo data ` Image 1: working fine Image 2: not working fine because...