Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

surface Go2 Canvas / Javascript Drag & Drop Problem

New Here ,
Jan 08, 2023 Jan 08, 2023

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
262
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 15, 2023 Jan 15, 2023

open the developer console and start debugging.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 16, 2023 Jan 16, 2023

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 16, 2023 Jan 16, 2023

thank you

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 16, 2023 Jan 16, 2023
LATEST

Did you get it to work? 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines