Files
cordova-android/framework
Manuel Beck 0bbe43b5be fix: log missing optional assets not as exception
- When no plugins are added, `cordova_plugins.js` is not present and will give an error in console: `java.io.FileNotFoundException: www/cordova_plugins.js``
- Chromium tries to load `favicon.ico` which is not present: `java.io.FileNotFoundException: www/favicon.ico`
- Generated-By: GPT-5.3-Codex, GitHub Copilot Chat
2026-03-13 17:24:25 +01:00
..