Click on events not working when scheduler loaded in a dynamic component
9 years ago.
We use a scheduler in a Ionic 3 - Angular 4 application and we face a problem: the scheduler is loaded in a dynamic component and when we try to click on events it doesn't work.
The funny thing is that if you click on any available cell of the scheduler, the click starts working on events.
I have a repo that you can clone to test it: https://github.com/jbarbede/ionic3-angular4-daypilot. Once cloned you can run yarn and ionic serve to run the app.
Could you check it and tell me if I am doing something wrong or eventually if it is a bug.
DayPilot