0

I am getting a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in the evalJsHelper2 in the following code line:

NSString* commandsJSON = [_viewController.webView stringByEvaluatingJavaScriptFromString:js];

this error occurs when downloading multiple files at the same time. i tested the same app in iOS 7 it worked fine but not iOS 8. i am using phonegap 3.7 and the file-transfer-plugin

do you have any idea how i can solve this?

MeMTn
  • 93
  • 1
  • 13

1 Answers1

0

Javascript handling has matured a great deal with iOS8 and there are several changes to the API.

Check out http://nshipster.com/wkwebkit/ for more info

Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
Erik Johansson
  • 1,188
  • 1
  • 8
  • 22