Open pavlo-liapin opened 7 years ago
so what would your desired behaviour?
If it is possible to detect this scenario on iOS, isAvailable
has to be false
in this case, because email.open
simply fails silently.
maybe the canOpenURL could help to add this feature.
iOS 10.2 Cordova 6.4.0
When default Mail app is uninstalled on iOS, system shows the attached screen, and
isAvailable
is immediately resolved totrue
. So when user clicks Cancel,cordova.plugins.email.open
fails to launch any apps.