pwlin / cordova-plugin-file-opener2

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

FileOpener2 error in electron 11 #315

Open remyar opened 3 years ago

remyar commented 3 years ago

Hi,

in electron 11 , shell.openItem doesn't exist ,

it be replace by shell.openPath(path) or other

in the doc, they have differents method . https://www.electronjs.org/docs/api/shell

it's possible to update shell.openItem ?

best regards

shnist commented 1 year ago

hi @remyar , thank you for raising this issue. We would be happy to accept a PR that fixes the issue.