You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/07/14 21:30:05 UTC

[jira] [Comment Edited] (CB-7000) Remove deprecated CDVPlugin methods

    [ https://issues.apache.org/jira/browse/CB-7000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14061071#comment-14061071 ] 

Shazron Abdullah edited comment on CB-7000 at 7/14/14 7:28 PM:
---------------------------------------------------------------

writeJavaScript needs to be removed anyway since how writeJavaScript will work for a WKWebView will be different -- WKWebView uses blocks to async return the return value of a JavaScript evaluation instead of UIWebView's synchronous evaluation.


was (Author: shazron):
writeJavaScript needs to be removed anyway since how writeJavaScript will work for a WKWebView will be different -- WKWebView uses blocks to async return the return value of a JavaScript evaluation instead of how UIWebView's synchronous evaluation.

> Remove deprecated CDVPlugin methods
> -----------------------------------
>
>                 Key: CB-7000
>                 URL: https://issues.apache.org/jira/browse/CB-7000
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> // Deprecate these in favour of using CDVCommandDelegate directly.
> // - (NSString*)writeJavascript:(NSString*)javascript;
> // - (NSString*)success:(CDVPluginResult*)pluginResult callbackId:(NSString*)callbackId;
> // - (NSString*)error:(CDVPluginResult*)pluginResult callbackId:(NSString*)callbackId;
> These are remnants of how older plugins used pluginResult and are not doc'ed anymore since 3.x (it was in 2.x). Time to migrate people.



--
This message was sent by Atlassian JIRA
(v6.2#6252)