iou90 / react-native-autoheight-webview

An auto height webview for React Native
ISC License
492 stars 162 forks source link

When change the orientation from landscape to portrait height and vise versa onSizeUpdated size values keep on chageing #239

Open deepaktringapps opened 2 years ago

deepaktringapps commented 2 years ago

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:

iou90 commented 2 years ago

Please provide your static HTML content.