pwlin / cordova-plugin-file-opener2

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

exec proxy not found for :: FileOpener2 :: #205

Closed ssartre closed 5 years ago

ssartre commented 6 years ago

After installation my javascript console indicate : exec proxy not found for :: FileOpener2 ::

An idea ? I work with phonegap / framework7 / cordova 7.1.0

leandrocopam commented 6 years ago

I have same problem.

ghost commented 6 years ago

I had the same issue. What I did to fix it was just changing the engine version to 6.2.3 in config.xml. <engine name="android" spec="^6.2.3" /> It seems that native call API has changed, so many plugins can show that issue.

Also, it is important to add plugin from git, as described here: issue 188

shnist commented 5 years ago

hi @ssartre, thanks for raising this issue. Did @HarveyDanger's suggestion fix your issue? If not perhaps try to upgrade to the latest version 2.1.0, as that included a number of fixes.

Also see my comment on https://github.com/pwlin/cordova-plugin-file-opener2/issues/233. Were you trying to use this with the browser platform?

shnist commented 5 years ago

closing this issue due to inactivity. If you still require assistance, please feel free to reopen this issue.