QModal + QSelect and back button handling
-
Hi,
I’m using Quasar 0.14.7.I use QSelect inside QModal for webapp.
When user click QSelect component, the popover show.
Now user click back button. The modal disappear but the popover is still there.How can I make that popover disappear along with modal when user click back ?
Another thing is…
In Quasar demo page here, http://quasar-framework.org/quasar-play/android/index.html#/showcase/popups/modal
When I click always maximized, modal show.
When I click back, modal disappear.
Now, I click forward. Nothing happen.
Isn’t modal suppose to show ?