Stefan Rein
Stefan Rein
https://github.com/katzer/cordova-plugin-local-notifications/issues/1798#issuecomment-656962391
https://github.com/katzer/cordova-plugin-local-notifications/issues/1798#issuecomment-656962391
@Guy-Sela I tested on iOS. But to answer simply your question: Yes `the trigger event` (the click will if correctly setup) will NOT fire afterwards by launching or anything -...
@vvsatpute read my post about this / how to use this: https://github.com/katzer/cordova-plugin-local-notifications/issues/1798#issuecomment-656962391
**EDIT 2** Another thing I stumbled into: For me I had to schedule notifications for 3 days (~180 pushs). Did not work. There is a **limit of 64 local notifications**...
To install it on ionic you would run: `ionic cordova plugin add cordova-plugin-local-notifications` or this to get the latest one from this repository: `ionic cordova plugin add git+https://github.com/katzer/cordova-plugin-local-notifications.git` I am...
Thanks @pedrovitor074. You could just add a hook and set the position then: (Attention: That's just super quick and dirty..) **config.xml:** ```html ``` **after_build_modify_ios_spinner_position_action.js** ```javascript #!/usr/bin/env node module.exports = function...
Then we also would need an event for the **FormAccessoryBar**. Because right now as far as I can see there is no event if I change the focus on some...
@B4RteQPl I had some problems and did need to hook into these events because I did not use the `ion-inputs` inside a `ion-item` element. Then you will need to fix...