Matthew Raymer
4b239e7faf
fix(ios): add Capacitor script tags to index.html
Added missing Capacitor runtime scripts required for plugin access:
Script Tags:
- Added capacitor.js (main Capacitor runtime)
- Added capacitor_plugins.js (plugin definitions)
- Added initialization script to wait for Capacitor ready
Initialization:
- Waits for DOMContentLoaded event
- Polls for Capacitor.Plugins.DailyNotification availability
- Sets window.DailyNotification when ready
Fixes:
- Black screen issue: app was loading but Capacitor wasn't initialized
- Plugin access errors: window.Capacitor was undefined
- JavaScript errors preventing page rendering
Result: App should now display the test interface correctly
2025-11-11 20:06:20 -08:00
..
2025-11-06 06:28:00 +00:00
2025-11-11 01:37:05 -08:00
2025-11-11 20:06:20 -08:00
2025-10-15 10:46:50 +00:00
2025-11-05 08:08:37 +00:00