c24d5d828a
Previous hole-punch builds showed no video because WKWebView can IGNORE isOpaque=false when it's set AFTER the page has already rendered (during the call). Now: - makeWebViewTransparent() runs once at plugin load (startup): isOpaque=false, backgroundColor=.clear, and crucially scrollView.isOpaque=false + scrollView.backgroundColor=.clear (an opaque scrollView occludes content behind the WebView). - setHolePunch now just toggles a BLACK backing on the WebView's parent during the call (transparency is already applied); restored after. - Tile frames use host.convert(rect, to: superview) instead of a manual origin offset — robust to any WebView inset. Plugin-only — needs a Codemagic build. If this still shows no video, WKWebView hole-punch is a dead end here and we revert to native-video-on-top. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>