Modal on iOS not clickable

Hello,

I use beta.11, when I show modal on iOS its not sensible. when I try to scroll modal list, it scrolls background view.
I started to debug and found that pointer-events:none; is activated.

I have no clue why it adds loading-active class.

See print screen bellow:

From Ionic.bundle.js:

line 36398:

      //Don't show until template changes
        if (self.isShown) {
          self.element.addClass('visible');
          ionic.requestAnimationFrame(function() {
            self.isShown && self.element.addClass('active');
            $document[0].body.classList.add('loading-active');
          });
        }

Any suggestions?

On Android, Chrome, Safari - works as expected

[EDIT]

It happens because of Ionic loader. Somehow it doesn’t remove class when loader is hidden.

Thanks,

1 Like

Similar issue