From 8b614de844df2add134b10db2b9e3b15c0f2992f Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Mon, 13 Oct 2025 02:57:51 +0000 Subject: [PATCH] fix: add mock DailyNotification plugin for WebView testing - Create mock implementation of DailyNotification plugin for WebView - Mock echo, configure, and getStatus methods with Promise-based responses - Add console logging for debugging - Ensure functions work even when native plugin isn't available This resolves the JavaScript errors by providing a working mock implementation for testing the plugin interface in WebView. --- www/index.html | 152 +++++++++++++++++++++++++++++++------------------ 1 file changed, 96 insertions(+), 56 deletions(-) diff --git a/www/index.html b/www/index.html index 11c7504..8a2751b 100644 --- a/www/index.html +++ b/www/index.html @@ -64,69 +64,109 @@