You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Preserve fullscreen mode for embedded content in WebView (#818)
- Updated loadVideo method in WebViewVideoFragment to differentiate between video and non-video embedded content based on the fullscreen class.
- Video Embed Content: Wrapped in a videoWrapper to maintain a 16:9 aspect ratio.
- Non-Video Embed Content: Displayed in fullscreen without additional wrapping.
0 commit comments