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 7e5d223..7629027 100644 --- a/test-apps/ios-test-app/App/App/public/index.html +++ b/test-apps/ios-test-app/App/App/public/index.html @@ -1,8 +1,10 @@ + - + @@ -16,15 +18,18 @@ min-height: 100vh; color: white; } + .container { max-width: 600px; margin: 0 auto; text-align: center; } + h1 { margin-bottom: 30px; font-size: 2.5em; } + .button { background: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.3); @@ -36,10 +41,12 @@ font-size: 16px; transition: all 0.3s ease; } + .button:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-2px); } + .status { margin-top: 30px; padding: 20px; @@ -49,35 +56,32 @@ } +
- -
- ✅ 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

- +

🔔 DailyNotification Plugin Test

+

Test the DailyNotification plugin functionality

+

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

+ - +

🔔 Notification Tests

- +

🔐 Permission Management

- +

📢 Channel Management

- +
Ready to test...
@@ -86,9 +90,9 @@ - + - + - + + \ No newline at end of file