Issue is reproduced [here](https://github.com/NativeScript/tests-app-ng/blob/master/app/modal/modal-dialog.component.ts). It happens when the following conditions are true: - `showModal()` is used in a component that has its change detection strategy set to `onPush`. - `showModal()` is called from an async callback (e.x. `setTimeout()`)