I am having problem with button stuck issue. I am not sure whether it is a bug within Qt or V-play engine.
Issue: Buttons get stuck (disabled,no response) when repeatedly pressed them with 3 fingers several times.
Tested Devices: iPad Air 2 (WiFi+Cellular) iOS 11.1.2, HTC One M9 Android Nougat
Tested Apps: Kid Alphabet Phone (I am building for my son), One Card! (OK button on HTC One M9, haven’t tested it with the iPad) and Add buttons from V-play tutorial https://felgo.com/doc/vplay-get-started-games/ ( you can change myButton width and height to 200 and 100 respectively to make it easier to test)
Mybutton.qml
id: myButton width: 200 height: 100
Can anyone confirm this bug please?