AI Agent Hub
Back to plugins
🖥️

dsh-plugin-mobile-touch

Client Updated 2026.08.29

Run the following command in DeepSeek Harness:

dsh plugin install AnonyJcy/dsh-plugin-mobile-touch

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install AnonyJcy/dsh-plugin-mobile-touch in your terminal or via the DSH plugin market; the source lives at https://github.com/AnonyJcy/dsh-plugin-mobile-touch and takes effect after a session restart.

About this plugin

Using DeepSeek Harness on an iPad or mobile Safari often means fighting a gauntlet of low-level touch conflicts: list scrolling locks up eight times out of ten, switching conversations pops the virtual keyboard over half the screen, the sidebar collapses on a 1024px threshold jitter, and local scrolling drags the entire page into a rubberband bounce. dsh-plugin-mobile-touch is purpose-built to resolve these WebKit rendering-pipeline and gesture-chain issues at the root.

Under the hood it ships a dedicated tree-list touch engine that strips the draggable attribute in the touchstart capture phase, paired with a physics-damping algorithm for millisecond-level inertia scrolling. A prototype-level focus guard intercepts HTMLTextAreaElement.prototype.focus so only a genuine tap on the input within 350 ms is honoured, silently suppressing keyboard pop-ups triggered by session switches. It also detects tablet viewports, pins the sidebar in its expanded state, and cuts off the overscroll chaining that makes the page rock back and forth.

If you regularly use the DSH Web GUI on an iPad, a Surface touchscreen, or a mobile browser, this plugin drops in with zero configuration. It auto-detects pointer: coarse and multi-touch environments, stays completely inert on desktop mouse sessions, and future UI plugins you or the community ship will automatically inherit the touch optimizations without any extra adaptation code.

Use Cases

  • Smoothly scroll the DSH conversation list in iPad Safari
  • Switch chats on a touchscreen without the virtual keyboard popping up
  • Keep the sidebar stably expanded on a large tablet display

Best For

  • Users running DSH Web GUI on iPad or iPhone Safari
  • Users interacting with DSH on touchscreen laptops such as Surface
  • Users accessing DSH through a mobile browser