Actually, online/offline has to be core, because it's part of the bridge. We can't rip that out because some platform may need the Online/Offline event bridge. That's a pretty serious gotcha. It's also why it's a problem on Android and not on other platforms.
Sorry, I don't have any easy answers for this one. On Thu, Jun 6, 2013 at 2:41 PM, Joe Bowser <bows...@gmail.com> wrote: > How is this not a problem for the rest of the platforms? That's the > first thing that I'm wondering right now. > > On Thu, Jun 6, 2013 at 2:37 PM, Tim Kim <timki...@gmail.com> wrote: >> Hey gang, >> >> So I'm trying to rip out the android network plugin, but it appears the >> android exec relies on the network plugin for online/offline events. >> >> https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=blob;f=lib/android/exec.js;h=206c09acb6d939b91e28b8813fa7fe318c2a4483;hb=0a5fa1fa255e12625969cef1aaeecd1582e5b389#l117 >> >> I'm not too sure how to cleanly rip out the network plugin stuff from >> cordova js without potentially breaking the online/offline events, so I >> figured I'd ask for some help. I'm thinking that we move network stuff to >> be a core part of android or perhaps not have to rely on the network plugin >> somehow. >> >> Related jira issue : >> https://issues.apache.org/jira/browse/CB-3509#comment-13677532 >> >> -- >> Timothy Kim