Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

$cordovaFileOpener2.appIsInstalled does not exist in iOS #1447

Open
gerhardcit opened this issue Oct 11, 2017 · 0 comments
Open

$cordovaFileOpener2.appIsInstalled does not exist in iOS #1447

gerhardcit opened this issue Oct 11, 2017 · 0 comments

Comments

@gerhardcit
Copy link

$cordovaFileOpener2.appIsInstalled('com.adobe.reader').then(function(res) {
      if (res.status === 0) {
          // Adobe Reader is not installed.
      } else {
          // Adobe Reader is installed.
      }
  });
``` does not work in IOS because the native plugin does not support that in iOS.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant