Files
daily-notification-plugin/test-apps
Matthew Raymer d5ddb6e20e fix(ios): add content src to config.xml for HTML loading
Added missing content src tag to config.xml:

Content Source:
- Added <content src="index.html" /> tag
- Tells Capacitor/Cordova which HTML file to load
- Required for WebView to display the app

Fixes:
- Black screen: WebView now knows which HTML file to load
- Missing start page: Capacitor can now find index.html
- WebView initialization: Proper content source configured

Result: WebView should now load index.html from public directory
2025-11-11 20:20:02 -08:00
..
2025-10-15 10:46:50 +00:00