Skip to content
New issue

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

Plugin not working on Android 5 or 6 #28

Open
jondspa opened this issue Mar 19, 2020 · 0 comments
Open

Plugin not working on Android 5 or 6 #28

jondspa opened this issue Mar 19, 2020 · 0 comments

Comments

@jondspa
Copy link

jondspa commented Mar 19, 2020

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

Provide a general summary of the issue.

Thanks for the great plugin!

Plugin is working great on Android 7, 8, and 9. Not working at all with Android 5 and 6.

Your Environment

  • Plugin version: latest
  • Platform: Android
  • OS version: Android 6
  • Device manufacturer / model: Nexus 5
  • Cordova version (cordova -v): 9.0.0
  • Cordova platform version (cordova platform ls): 8.1.0
  • Plugin config
  • Ionic Version (if using Ionic) N/A

Steps to Reproduce

Here's my scheduling code:

                id: 1,
                text: "text"
                priority: 2,
                foreground: true,
                trigger: {
                    every: {
                        weekday: 3,
                        hour: 10,
                        minute: 15
                    }
                }

I schedule several of these and nothing happens on Android 5 and Android 6. Works fine on Android 7, 8, and 9 and iOS.

Tried on three different phones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant