No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    q-modals don't leave on Safari iphone 4 & Safari desktop

    Help
    1
    2
    652
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      BigAppear last edited by BigAppear

      Modals do not want to leave when I tap away (in the background) from the q-modal or when I call functions to close the modal like $refs.basicModal.close(). It works on iphone 6.

      Is there a solution for this ?

      1 Reply Last reply Reply Quote 0
      • B
        BigAppear last edited by BigAppear

        q-modal doesn’t leave either on Safari for desktop too.
        When I click away (in the grey background), it doesn’t leave, and of course $refs.basicModal.close() doesn’t leave either.

        Am I alone in this case ?

        Here is some code:

        <q-modal ref="basicModal">
            ...
            <q-btn color="primary" @click="$refs.basicModal.close()">
              <q-icon name="close"></q-icon>
            </q-btn>
          ...
        </q-modal>
        

        Quasar framework 0.14.7
        Safari for desktop 11.0.1

        1 Reply Last reply Reply Quote 0
        • First post
          Last post