Open 14520582 opened 5 years ago
Any progress ? Cause get same behavior here...
Plaform: iOS Version: 6.4.1
It seems the created modal has its own page context then override in a certain way the global anchor. Really annoying.
Adding setTimeout(() => { this.toastsService.setMsg('blablabla'); }, 800);
from within the modal itself or from the returned then() is seems to do the trick... a bit delayed but it works.
A too low timing makes it not working... at least 750...
Add the following option for NS8.
anchorView: getRootLayout().nativeView
Platform: ios Version: 5.2.0