Key Differences
File and folder structures
PhoneGap project structure
Project
├── config.xml
├── hooks
├── platforms
├── plugins
└── www
├── css
├── img
├── index.html
├── js
├── res
│ ├── icon
│ └── screen
├── spec
└── spec.htmlMonaca project structure
Build environment
Remarks
Some installed plugins may disappear
Using third party Cordova plugins requires a custom debugger
Managing the CSS/JavaScript libraries

Last updated