iphone - NativeControls plugin doesn't work with Cordova 2.7.0 -


cordova 2.7.0 no longer allows deprecated forms of calls cordova.exec. example: 44. 2013-05-09 01:18:29.850 myiosapp[9764:17903] old format of exec call has been removed 1 deprecated since 2.1). change to:cordova.exec(null, null, "nativecontrols", createtabbar",[]);

the latest version of ios nativecontrols plugin know of @ here , has not been updated fix this.

is there more recent version of nativecontrols anywhere else?

please me fix issues

by

john

this because of changes in 2.1 deprecated previous ios plugin signature to: (void)mymethod:(cdvinvokedurlcommand*)command;

i've fork project , made fixes here: https://github.com/noogen/phonegap-plugins/tree/master/ios/nativecontrols


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -