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
work even with other plugins
breaks with cordova-plugins-dialogs
create new project add phonegap-plugin-local-notification add cordova-plugin-dialogs run
Android (imagine same problem on ios)
Samsung
cordova --version 8.1.2 cordova platform version android 7.1.2
cordova plugin version | grep phonegap-plugin-local-notification 1.0.1
rename notification.js to something more specific e.g. localnotification.js in /www , plugins.xml and package.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
work even with other plugins
Actual Behaviour
breaks with cordova-plugins-dialogs
Reproduce Scenario (including but not limited to)
Steps to Reproduce
create new project
add phonegap-plugin-local-notification
add cordova-plugin-dialogs
run
Platform and Version (e.g. Android 5.0 or iOS 9.2.1)
Android (imagine same problem on ios)
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
Samsung
Cordova CLI version and cordova platform version
Plugin version
Sample Code that illustrates the problem
Logs taken while reproducing problem
Proposed fix
rename notification.js to something more specific e.g. localnotification.js
in /www , plugins.xml and package.json
The text was updated successfully, but these errors were encountered: