Hello,
Any suggestions on how to handle this...
I have input forms, such as input boxes and drop down menus.
If I put a layer above these and set the layer with the input form to invisible, and I click a spot that the form is at (but yet invisible) my next onclick action is ignored. Ie: I have to click something twice to make the onclick/touch action fire
The only thing I can think of is on making the layer invisible to make the form disabled, but I am seeing if there is another way before I change my whole project.
Cheers.