From 345610b4d310013143599d82c40dfc96d0a1fb1c Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Tue, 11 Nov 2025 20:17:26 -0800 Subject: [PATCH] fix(ios): add visible test element to verify HTML loading Added highly visible red banner to verify HTML is loading: Visibility Test: - Red banner with white text at top of page - Should appear immediately if HTML loads - Helps diagnose if issue is HTML loading or JavaScript Fixes: - Black screen debugging: can now see if HTML loads at all - WebView verification: confirms WebView is serving HTML - Immediate feedback: no need to wait for JavaScript Result: Can immediately see if HTML is loading or if WebView is the issue --- test-apps/ios-test-app/App/App/public/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test-apps/ios-test-app/App/App/public/index.html b/test-apps/ios-test-app/App/App/public/index.html index a3f9ab4..7e5d223 100644 --- a/test-apps/ios-test-app/App/App/public/index.html +++ b/test-apps/ios-test-app/App/App/public/index.html @@ -51,6 +51,10 @@
+ +
+ ✅ HTML IS LOADING - If you see this, the WebView is working! +

🔔 DailyNotification Plugin Test

Test the DailyNotification plugin functionality

Build: 2025-10-14 05:00:00 UTC