apache / apache/cordova-android
feat: make assets folder name configurable
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.6k
- Avg merge
- 16h 18m
- Merged PRs (30d)
- 11
Description
# Feature Request
## Motivation Behind Feature
cordova-ios has a `wwwFolderName` to configure the name of the folder where the cordova app is loaded (defaults to www).
On Android the www is hardcoded in several places.
## Feature Description
note that on cordova-ios it's only configurable with code, so not meant to be changed from config.xml, is for when integrating cordova into native projects.
## Alternatives or Workarounds
Contributor guide
Research direction
Start by locating the Android code paths where the `www` folder is hardcoded, then compare them with cordova-ios's `wwwFolderName` behavior. The work is done when native integrations can configure the assets folder name in code, while the existing default behavior remains unchanged and config.xml is not required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java, javascript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100