0
surface Go2 Canvas / Javascript Drag & Drop Problem
New Here
,
/t5/animate-discussions/surface-go2-canvas-javascript-drag-amp-drop-problem/td-p/13473975
Jan 08, 2023
Jan 08, 2023
Copy link to clipboard
Copied
I programmed a drag and drop Game, with Canvas / Javascript, which works fine, on mac, pc, iphone, android but not on "Microsoft Surface Go2" with the pen.
Is there any Javascript Workaround, which I can use?
Can anybody help me, please.
TOPICS
Code
,
Tablet
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/surface-go2-canvas-javascript-drag-amp-drop-problem/m-p/13492056#M361444
Jan 15, 2023
Jan 15, 2023
Copy link to clipboard
Copied
open the developer console and start debugging.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/animate-discussions/surface-go2-canvas-javascript-drag-amp-drop-problem/m-p/13493741#M361456
Jan 16, 2023
Jan 16, 2023
Copy link to clipboard
Copied
Hi.
You'll probably need to use the native JavaScript touch API.
Several users have reported here that the touch events from CreateJS don't work in devices like the one in question.
Regards,
JC
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Michael2785021668ys
AUTHOR
New Here
,
/t5/animate-discussions/surface-go2-canvas-javascript-drag-amp-drop-problem/m-p/13494363#M361464
Jan 16, 2023
Jan 16, 2023
Copy link to clipboard
Copied
thank you
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/surface-go2-canvas-javascript-drag-amp-drop-problem/m-p/13494429#M361470
Jan 16, 2023
Jan 16, 2023
Copy link to clipboard
Copied
Did you get it to work?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

