pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 587 forks source link

ReferenceError: Can't find variable: callbackContext #241

Closed fishbone1 closed 5 years ago

fishbone1 commented 5 years ago

I'm getting "ReferenceError: Can't find variable: callbackContext" when calling open(). But it is not surprising, open tries to access this global variable instead of options:

https://github.com/pwlin/cordova-plugin-file-opener2/blob/cb09bea3c4c2ac602873c600ca8025b79f32ace1/www/plugins.FileOpener2.js#L32

Cordova 8.1.0 Cordova/iOS 4.5.5 cordova-plugin-file-opener2 2.1.1

shnist commented 5 years ago

@fishbone1, good catch, will release a patch now.

shnist commented 5 years ago

Patch 2.1.2 released with fix. Version 2.1.1 has been deprecated.

shnist commented 5 years ago

@fishbone1 FYI 2.1.2 has also been deprecated. Version 2.1.4 is the latest.