huyaxiong opened this issue 5 years ago · 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?
modal('/redeemable-coupon-list', { fullscreen: true })
It's a modal, you need to call $modal.close() to close it.
$modal.close()