Steffaan / cordova-plugin-local-notifications

Cordova Local Notifications Plugin
Apache License 2.0
31 stars 38 forks source link

Plugin not working on Android Oreo when installed directly #15

Closed jondspa closed 5 years ago

jondspa commented 5 years ago

WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!

Notifications are not appearing on the screen, just getting vibrations.

Your Environment

Expected Behavior

I was not able to install your plugin directly since I'm using cordova version 6.5.0 so I installed it manually. I was hoping to get notifications that would appear on the screen along with a vibrate or sound.

Actual Behavior

I do not get a popup window on the screen with the text of the notification. Instead I just get a vibration.

Does this fork of the original Katzer plugin depend on something in Cordova version 7? I cannot upgrade to cordova version 7.1.0 because I believe it will break other plugins I use.

Thanks much,

- Jon
jondspa commented 5 years ago

Never mind. I was able to locally install cordova 7.1.0 and install your app directly. Now, after a little fiddling, it works great! Thanks much for your work,