iou90 / react-native-autoheight-webview

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

The full screen of the video causes the height of the webview to be lost #178

Closed bashen1 closed 4 years ago

bashen1 commented 4 years ago

Bug description: The page contains the video tag, and the webview adds the attribute that allowsFullscreenVideo is true. When the video is played in full screen and then closed, the height of the webview is lost

To Reproduce:

Source (static HTML or url):

<video id="zkvideo" controls="controls" width="100%" height="300" class="ke-media" src="test.mp4"></video>

Expected behavior:

Screenshots/Videos:

Environment:

iou90 commented 4 years ago

Should be fixed from v1.5.3.

bashen1 commented 4 years ago

Problem solved. 🎉🎉🎉