Hello,
I use App Inventor to teach my students how to code. I was working on a simple example of using Button.TouchDown and TouchUp events when I noticed that TouchUp doesn't work on iOS. It works fine in the Andriod emulator. I'm using iOS 15.2.1 (latest at time of writing) and the Companion App 2.60 build 8 (also latest).
Based on how the button responds on my phone, it appears as if it is processing only long presses, and not holds. As after a second of holding a button, it automatically releases even if I am still pressing on it.
Here's the code I'm using:
Any advice or help would be appreciated!
Thanks in advance,
Greer