cordova-screenshot icon indicating copy to clipboard operation
cordova-screenshot copied to clipboard

writejavascript is depreciate when i used this plugin in iOS project

Open afranc9 opened this issue 8 years ago • 3 comments

this is the solution

change this line of code [self writeJavascript:[pluginResult toSuccessCallbackString:command.callbackId]]; for this

NSString* callbackId = command.callbackId; [self.commandDelegate sendPluginResult:pluginResult callbackId:callbackId];

afranc9 avatar Dec 10 '15 17:12 afranc9

can you make a pull request, please ?

gitawego avatar Dec 10 '15 21:12 gitawego

this does fix the issues with the new cordova 4.0 webkit view

roblav96 avatar Jan 02 '16 21:01 roblav96

can someone please do this pull request? idk how to...

roblav96 avatar Jan 07 '16 04:01 roblav96