Replies: 11 comments 9 replies
-
|
It almost is kinda usable for me as-is on Android. The trick is opening the "Outline" Dialog for panning around the document since the scroll bars don't work and there is no "Pan" hand tool like in other software. Honestly all that needs to be implemented is multi-touch pan / zoom on the canvas and I think it would work fine. |
Beta Was this translation helpful? Give feedback.
-
|
An app for iPad with pencil support would be great - ideally with support for all storage option, e.g. local, Office 365 or Atlassian Cloud. |
Beta Was this translation helpful? Give feedback.
-
|
I know this is outdated, but the real issue is that the help files on the web page make it sound like touch to drag and two finger touch to drag and zoom is enabled, and it is not. Thank you for the tip on opening The outline dialogue. That made it useful on a tablet for me |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately, we don't have Android v15 to test. It does work on Android v11. What version do you get on https://app.diagrams.net/clear.html? |
Beta Was this translation helpful? Give feedback.
-
|
Clearing Cached version 26.0.4... OK
…On Mon, Dec 30, 2024 at 2:37 AM Gaudenz Alder ***@***.***> wrote:
Unfortunately, we don't have Android v15 to test. It does work on Android
v11. What version do you get on https://app.diagrams.net/clear.html?
—
Reply to this email directly, view it on GitHub
<#2090 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7I6CGOCEPUCD4K7GQ7VQL2IDZ43AVCNFSM6AAAAABUJBO2KCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRZGQ4DQNY>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Johnny LeHane
703.626.2055 (mobile)
***@***.***
<http://www.linkedin.com/in/jwlehane>
~ *The future is already here — it's just not very evenly distributed. * ~
William Gibson
|
Beta Was this translation helpful? Give feedback.
-
|
Alas, canvas drag and pinch gestures do not seem to work for me on a fast 12.5" Android 14 tablet, with the very latest Chrome browser and the very latest drawio 26.1.1. Whatever I do, it translates always to selection actions. This happens for both finger and high precision pen input (Lenovo Precision Pen) This behaviour is counter to https://www.drawio.com/blog/touch-screen-diagrams It also seems as if there is no difference between long touch and short touch - perhaps that is the key? For reference https://patrickhlauke.github.io/touch/tracker/multi-touch-tracker-pointer-hud.html shows great touch Event Support on this tablet in general and https://patrickhlauke.github.io/touch/pinch-zoom-rotate/ for specific actions Finally, the demo at https://www.jointjs.com/demos/touch-gestures works as I would expect drawio to behave. |
Beta Was this translation helpful? Give feedback.
-
|
Works for me on an Android Galaxy Tab A9 with draw.io 26.1.1, Android 14, One UI 6.1 and Chrome 134.0.6998.95 (tried canvas drag, pinch and rubberband selection). Rubberband selection starts on touch devices if you tap and hold for >350ms. |
Beta Was this translation helpful? Give feedback.
-
|
Do you have access to the browser console in the Xiaoxin Pad Pro? If yes, try |
Beta Was this translation helpful? Give feedback.
-
|
Reviving this... I have the same issue with inability to pan and zoom not possible with 2 fingers. (Edit: they work if I switch to Mobile Site) I'm running v29.6.4 on Chrome on Android 14. I bought the tablet specifically to run draw.io |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the report. We believe both issues (pan/zoom not working and soft keyboard on tap) are caused by Chrome's "Request Desktop Site" mode changing the user agent so that the app no longer detects the device as Android. Could you open the browser console on https://app.diagrams.net and paste the following snippet, then share the output here? Please do this twice — once with "Desktop site" on (your normal setup) and once with it off: JSON.stringify({
IS_ANDROID: mxClient.IS_ANDROID,
IS_TOUCH: mxClient.IS_TOUCH,
IS_POINTER: mxClient.IS_POINTER,
IS_LINUX: mxClient.IS_LINUX,
IS_GC: mxClient.IS_GC,
touchStyle: Graph.touchStyle,
maxTouchPoints: navigator.maxTouchPoints,
userAgent: navigator.userAgent
}, null, 2)This will help us confirm the root cause and work on a fix. |
Beta Was this translation helpful? Give feedback.
-
|
We've added a fix for this. In the next release you can test with the URL parameter
This forces Android detection when Chrome's "Request Desktop Site" changes the user agent. It should fix both the pan/zoom issue and the soft keyboard appearing on cell tap. We've also added a general fix using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Will there be a mobile version? I can see myself needing it on my tablet. Thanks for the great work
Beta Was this translation helpful? Give feedback.
All reactions