Skip to content

Commit

Permalink
🩹 Fix presence web content size
Browse files Browse the repository at this point in the history
No idea why this works
  • Loading branch information
phatblat committed Apr 30, 2024
1 parent 8f2a65c commit 12ba455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DittoPresenceViewer/JSWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class JSWebView: PlatformView {
#if canImport(UIKit)
if #available(iOS 13.0, visionOS 1, *) {
backgroundColor = .systemBackground
webView.backgroundColor = .systemBackground
webView.backgroundColor = .clear
webView.scrollView.backgroundColor = .systemBackground
} else {
backgroundColor = .white
Expand Down

0 comments on commit 12ba455

Please sign in to comment.