react-native-autoheight-webview
react-native-autoheight-webview copied to clipboard
When change the orientation from landscape to portrait height and vise versa onSizeUpdated size values keep on chageing
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 for seconds and removed later
Expected Result:
How to get exact height of the HTML content in autoheight webview and avoid showing extra space in the bottom of the auto height webview
Environment:
- iOS: 15.2
- react-native version:0.66.1
- react-native-webview version: 11.22.2
- react-native-autoheight-webview version: 1.6.1
Please provide your static HTML content.