I have an iOS app in which two buttons are on top of one another. One is always “hidden”. Toggling between them, I can get multiple text and multiple JavaScript functionaliy from what appears to the user to be only one button.
Under 2.1-1, when I click, both button actions are occuring at the same time – as if I just pressed both buttons at the same time. The “visible” and “hidden” attributes are not being compiled properly. It works fine in Test Center, but does not compile properly.