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

disableNativeDragPreview does not disable neigther native drag behaviour nor the native preview image #191

Open
SimoneMSR opened this issue Feb 22, 2025 · 0 comments

Comments

@SimoneMSR
Copy link

I would like to disable the native drag behaviour on Android, which moreover

  • prevents items to be dropped within my windows (but only outside, i.e. on other apps)
  • shows a white box, with the message pdnd:adnroid-fallback, which is not desirable

I have used this code

onGenerateDragPreview({ nativeSetDragImage }) {
          disableNativeDragPreview({nativeSetDragImage})
        },

Android version is 14. On other version, everything works well.

I have attached a video

Video.WhatsApp.2025-02-22.ore.11.03.21_a3197c3c.mp4
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

No branches or pull requests

1 participant