Files
daily-notification-plugin/test-apps/ios-test-app/App/App
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
..