mit-cml / appinventor-sources

MIT App Inventor Public Open Source
http://appinventor.mit.edu/appinventor-sources/
Apache License 2.0
1.47k stars 2.06k forks source link

Backpack does not open on touch screen devices #2958

Open ewpatton opened 1 year ago

ewpatton commented 1 year ago

Describe the bug

From the forum: The backpack icon does not respond to touch events, making it inoperable on touch devices (e.g., iPad).

Affects

Expected behavior

Tapping on the backpack icon on a touch screen device should open the backpack.

Steps to reproduce

  1. Open App Inventor on a phone or tablet.
  2. Open a project
  3. Switch to the blocks editor
  4. Tap on the backpack icon

The backpack will fail to open.

ewpatton commented 1 year ago

Note that if we switch to the backpack plugin in the new Blockly version we might get this fixed for "free"

abhinavs1920 commented 10 months ago

Can I work on this issue? Please assign it to me.

abhinavs1920 commented 9 months ago

Hi, Mr @ewpatton sir, can I work on this issue?

ewpatton commented 9 months ago

I think I want to defer any work on this issue until the Blockly update is complete. Otherwise, we might just expend effort better applied elsewhere.

nikkuAg commented 7 months ago

Is this issue still open? I would like to work on this

Soft-Buddy commented 6 months ago

Perhaps, I wonder if it's due to the fact that it uses an onClick listener but on mobile devices onTouchEnd DOM event should be used.