Raul Alvarez
Results
4
comments of
Raul Alvarez
Seeing the same issue, tested on Xiaomi smartphone with Android 7.0.
Any update on it?
The same issue here. ```handlebars {{#power-calendar as |calendar|}} {{calendar.nav}} {{#calendar.days as |day|}} {{inner-component day=day}} {{/calendar.days}} {{/power-calendar}} ``` _inner-component.js_ ```javascript import Component from '@ember/component'; export default Component.extend({ click: function () {...