crosswalk-project / crosswalk-ios

Crosswalk Project for iOS
https://crosswalk-project.org/
BSD 3-Clause "New" or "Revised" License
117 stars 77 forks source link

Removed CommandQueue. #23

Closed jondong closed 9 years ago

jondong commented 9 years ago

Use CDVCommandQueue instead, to leverage the Cordova source codes as much as possible.

We need to call "initWithViewController:" when creating XWalkCordovaExtension, to connect viewController, command queue and the extesion who works as the command delegate.

jondong commented 9 years ago

@zliang7 PTAL