On Mon Mar 10 02:52 PM, Brian LeRoux wrote: > While I wholeheartedly agree plugins, clean separation of concerns, discreet > repos, all have big benefits if every single developer installs a plugin on > day 1 that > is specific to a particular platform I feel that might be a good indication > the > platform should conditionally roll that plugin in. > I think the statusbar might quality. >
Good point, IMHO it's more part of a popular 'core' web dev flow: cordova plugin add org.apache.cordova.web-dev (include statusbar & console.log, others?) Arguably a CSS fix works too: http://stackoverflow.com/questions/18886195/ios-7-status-bar-overlapping-ui Some related frustration: cordova create bar cordova platform add android Import 'plaforms/android' into Eclipse: https://onedrive.live.com/?gologin=1&mkt=en-US#cid=295047487FC4F731&id=295047487FC4F731%215602&v=3 Broken... but "cordova run" works... Is using eclipse still a 'core' thing? It's a "still want to use an IDE" thing. My preference is a cordova that embraces diversity. Back to statusbar, some might prefer native code through xcode / not using the plugin.