Skip to content

fix(front): make pylon chat bubble draggable on mobile#1013

Open
tbx1b wants to merge 4 commits into
semaphoreio:mainfrom
tbx1b:fix/front/pylon-mobile-fix
Open

fix(front): make pylon chat bubble draggable on mobile#1013
tbx1b wants to merge 4 commits into
semaphoreio:mainfrom
tbx1b:fix/front/pylon-mobile-fix

Conversation

@tbx1b
Copy link
Copy Markdown
Contributor

@tbx1b tbx1b commented May 6, 2026

📝 Description

The Pylon support widget was not draggable on mobile, due to the drag implementation relying on mouse events which are not always available on mobile.

This PR replaces the the mouse event approach with the Pointer Events API, which works across mouse and touch.

This was tested both in a desktop browser emulating mobile, and in an android emulator (visual artifacts are due to a hardware issue).

mobile.mp4
desktop.webm

✅ Checklist

  • I have tested this change
  • This change requires documentation update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant