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

    Action sheet slow during dismiss. Android.

    Help
    2
    2
    638
    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.
    • C
      cklinx last edited by

      Hi,
      i m trying to make an action sheet as well.

      ActionSheet.create({
              title: 'Title!',
              gallery: gallery,
              actions: [
                {
                  label: 'Delete',
                  icon: 'delete'
                },
                {
                  label: 'Share',
                  icon: 'share'
                },
                {
                  label: 'Play',
                  icon: 'gamepad'
                },
                {
                  label: 'Favorite',
                  icon: 'favorite'
                }
              ],
              dismiss: {
                label: 'Cancel',
                handler () {
                  Toast.create('Cancelled...')
                }
              }
            })
      

      Everything works nicely but when i try to dismiss it the animation works so slowly. I mean no slow to close but is like a cant see every frame of animation; in fact i see the page behind it action sheet (it blinks).
      Action sheet loading works so nice.

      I am using it on android.

      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • M
        mctantantan last edited by

        i have the same problem~ @cklinx do u fix it?

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