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

    BottomSheet on Desktop

    Help
    1
    1
    141
    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
      Carlitos last edited by

      Hi, I’m new here…

      I’m trying to use BottomSheet on desktop in a more affordable way, keeping on mobile as is. Is possible to open on desktop over target instead of bottom? Is to reduce distance from mouse cursor to sheet options… BottomSheet is nice for mobile devices, but I think that on desktop, should be rendered (or handled) in a different way, like QSelect or rendered as popup (context) menu and v-touch-hold should be interpreted as context (mouseright) event not as long click on desktop (or non touch) to get a “natural” action on desktops to use right click to get context options.

      Components with links (:to) on mobile devices, v-touch-hold shows the browser context menu for URL actions (open, share…) and I must add @contextmenu.prevent, but that should be handled by v-touch-hold when present.

      How can I access the QItem inside the event of the v-touch-hold who fired this event? With @contextmenu I can set arguments to function call (item index or reference), but with v-touch-hold I can’t.

      Is possible to mark as disabled the actions of the BottomSheet?

      Thanks in advance…

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