My app in the mobile web is working properly with two radio buttons that if I select one the other deselects but in the iOS binary build the other radio button stays selected when I select the other.
Please help. Nothing has changed in this code section from previous binary builds, but now my newest binary builds this is acting up.
Here is the code
radio one
Appery('imndescbutton').find(":checked").attr("checked", false).checkboxradio("refresh");
Appery('imnbutton').setAttr("checked", "checked");
radio two
Appery('imnbutton').find(":checked").attr("checked", false).checkboxradio("refresh");
Appery('imndescbutton').setAttr("checked", "checked");