nativescript-vue/nativescript-vue-navigator

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

huyaxiong opened this issue · 1 comments

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?

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