react-native-autoheight-webview icon indicating copy to clipboard operation
react-native-autoheight-webview copied to clipboard

An auto height webview for React Native

Results 32 react-native-autoheight-webview issues
Sort by recently updated
recently updated
newest added

When navigating to a screen containing this component, the app crashes without warning in the console. When waiting to render this component using setTimeout helps sometimes, but this is very...

**Bug description:** I have loaded static HTML content which has text, image and iFrame, When i rotate the device "onSizeUpdated" props gives different height values and extra space is created...

bug

**Bug description:** Height is resized to very small size or sometimes very big unlimited size **To Reproduce:** Test below Url **Source (static HTML or url):** url: https://codepen.io/7s8ags87ag/full/NWwEKLg ``` { console.log(size);...

bug

**Is your feature request related to a problem? If so, Please describe.** **Describe the solutions you came up with** **Platform targeting (iOS/Android)** **Additional context** The rendering time is too long.

feature request

So, over the past couple days, I've spent many hours trying to make my WebViews in React Native work in web (webpack). Thanks to this package and some elbow grease,...

**Bug description:** Height is always 0 **To Reproduce:** Test below Url **Source (static HTML or url):** url : https://recruit.kccworld.info/menu/menuDetail.do?lSeq=885 { console.log(size); }} /> **Expected behavior:** Height is not 0 and...

bug

`onSizeUpdated` will be called after all resources is loaded, including `` resource, and that will cause a considerable delay. User will not see anything until the whole `` was downloaded....

enhancement

It would be great if the component could just take the width of its container (could use the 'stretch' mode) As of right now, I have to calculate the width...

feature request

**Bug description:** We use multiple webview components on one screen along with native listings in flatlist. On iOS, there are no problems with display and performance. However, on Android, we...

bug