feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Cannot drag bottomsheet in Web

Open nidhin579 opened this issue 1 year ago • 0 comments

Version

3.0.1

Library

feedback_sentry

Flutter channel

stable

Flutter version

3.22.3

Platform

Web

Details

I can drag the bottomSheet for mobile devices via touch. But it is not possible for web.

Steps to reproduce

  • Go to the example project - https://ueman.github.io/feedback/
  • Toggle the feedback to custom feedback
  • Click provide feedback
  • Try dragging the bottomsheet

Output of flutter doctor -v

[!] Flutter (Channel stable, 3.22.3, on Microsoft Windows [Version 10.0.19045.4780], locale en-IN)
    • Flutter version 3.22.3 on channel stable at C:\Users\nidhin\fvm\default
    ! Warning: `flutter` on your path resolves to C:\Users\nidhin\fvm\versions\3.22.3\bin\flutter, which is not inside your current Flutter SDK checkout at C:\Users\nidhin\fvm\default.
      Consider adding C:\Users\nidhin\fvm\default\bin to the front of your path.
    ! Warning: `dart` on your path resolves to C:\Users\nidhin\fvm\versions\3.22.3\bin\cache\dart-sdk\bin\dart.exe, which is not inside your current Flutter SDK checkout at
      C:\Users\nidhin\fvm\default. Consider adding C:\Users\nidhin\fvm\default\bin to the front of your path.
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision b0850beeb2 (8 weeks ago), 2024-07-16 21:43:41 -0700
    • Engine revision 235db911ba
    • Dart version 3.4.4
    • DevTools version 2.34.3
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.

[√] Windows Version (Installed version of Windows is version 10 or higher)

[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at C:\Users\nidhin\AppData\Local\Android\sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
    • Java version OpenJDK Runtime Environment (build 17.0.10+0--11609105)
    ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses

[√] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.10.1)
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
    • Visual Studio Community 2022 version 17.10.34928.147
    • Windows 10 SDK version 10.0.22621.0

[√] Android Studio (version 2024.1)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.10+0--11609105)

[√] VS Code (version 1.92.2)
    • VS Code at C:\Users\nidhin\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension can be installed from:
       https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[√] Connected device (4 available)
    • sdk gphone x86 (mobile) • emulator-5554 • android-x86    • Android 11 (API 30) (emulator)
    • Windows (desktop)       • windows       • windows-x64    • Microsoft Windows [Version 10.0.19045.4780]
    • Chrome (web)            • chrome        • web-javascript • Google Chrome 128.0.6613.137
    • Edge (web)              • edge          • web-javascript • Microsoft Edge 128.0.2739.67

[√] Network resources
    • All expected network resources are available.

! Doctor found issues in 2 categories.

nidhin579 avatar Sep 12 '24 11:09 nidhin579