Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(VRipple): no animation on mobile #20369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jesse205
Copy link
Contributor

fixes #12288

Description

Resolve the issue of the fixed ripple animation not displaying properly, as reported in #12288

I didn't solve the problem of incorrect touch position because I didn't reproduce the problem

Markup:

<template>
  <v-app>
    <v-container>
      <v-btn />
    </v-container>
  </v-app>
</template>

<script>
  export default {
    name: 'Playground',
    setup () {
      return {
        //
      }
    },
  }
</script>

@KaelWD KaelWD force-pushed the master branch 3 times, most recently from 4c970f9 to 6a3285f Compare September 3, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] Button Ripple Glitch on Mobile Touchscreen Devices
1 participant