We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show the notification on ios
Nothing
I use this:
this.localNotification.create(place.notification.title, { body: place.notification.text });
iOS 12
Ionic:
ionic (Ionic CLI) : 4.2.0 Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.1
Cordova:
cordova (Cordova CLI) : 7.0.1 Cordova Platforms : android 6.2.3, ios 4.4.0 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.1, (and 6 other plugins)
System:
ios-deploy : 1.9.4 ios-sim : 5.0.12 NodeJS : v8.9.4 npm : 6.4.1 OS : macOS Xcode : Xcode 10.1 Build version 10B61
phonegap-plugin-local-notification 1.0.1 "phonegap-plugin-local-notification"
The text was updated successfully, but these errors were encountered:
Hello
Still not working?
Thanks
Sorry, something went wrong.
No branches or pull requests
Expected Behaviour
Show the notification on ios
Actual Behaviour
Nothing
Reproduce Scenario (including but not limited to)
I use this:
Steps to Reproduce
Platform and Version (e.g. Android 5.0 or iOS 9.2.1)
iOS 12
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
Cordova CLI version and cordova platform version
Ionic:
ionic (Ionic CLI) : 4.2.0
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.1
Cordova:
cordova (Cordova CLI) : 7.0.1
Cordova Platforms : android 6.2.3, ios 4.4.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.1, (and 6 other plugins)
System:
ios-deploy : 1.9.4
ios-sim : 5.0.12
NodeJS : v8.9.4
npm : 6.4.1
OS : macOS
Xcode : Xcode 10.1 Build version 10B61
Plugin version
phonegap-plugin-local-notification 1.0.1 "phonegap-plugin-local-notification"
Sample Code that illustrates the problem
this.localNotification.create(place.notification.title, {
body: place.notification.text
});
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: