@Sweg wrote:
In my Ionic 5 / Angular app, I am trying to navigate from a Modal to another page in the app.
I’m able to navigate & close the modal, but the transition isn’t smooth.
I don’t know how to explain it exactly, but it just doesn’t look right.
Here is the button on my modal:
<ion-button color="primary" (click)="onSendMessage()">Send Message</ion-button>
onSendMessage() { this.modalCtrl.dismiss(null, 'cancel'); // this.router.navigateByUrl('conversation-list'); // need to smoothen out this transition }
As I said, this works "functionality-wise", but is there a way to make the smooth transition?
Thanks a lot!
Posts: 1
Participants: 1