nativescript-vue / nativescript-vue-navigator

A simple router for NativeScript-Vue, built on top of $navigateTo to simplify routing from within components
MIT License
98 stars 10 forks source link

Whats the differences between navigate and modal? And how could I close the modal when I set to full screen? #39

Closed huyaxiong closed 4 years ago

huyaxiong commented 4 years ago

when I using modal('/redeemable-coupon-list', { fullscreen: true }) instead of navigate function on ios, theres no back button or close button in the action bar, so how could I close the modal I opened?

rigor789 commented 4 years ago

It's a modal, you need to call $modal.close() to close it.