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
Post a Comment