@capgo/capacitor-stream-call 0.0.23 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,7 +11,7 @@ class TouchInterceptView: UIView {
|
|
|
11
11
|
// Ensure this view is transparent and doesn't interfere with display
|
|
12
12
|
self.backgroundColor = .clear
|
|
13
13
|
self.isOpaque = false
|
|
14
|
-
print("TouchInterceptView setup with webView: \(webView) and overlayView: \(overlayView)")
|
|
14
|
+
// print("TouchInterceptView setup with webView: \(webView) and overlayView: \(overlayView)")
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
|
package/package.json
CHANGED