Page 1 of 1

iOS binary build with radio buttons not functioning properly

Posted: Fri Feb 21, 2014 4:47 am
by Donald Charity

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");


iOS binary build with radio buttons not functioning properly

Posted: Fri Feb 21, 2014 6:06 am
by Illya Stepanov

Hi Donald -

What Libraries version are you using? (App Settings External resources)


iOS binary build with radio buttons not functioning properly

Posted: Fri Feb 21, 2014 2:02 pm
by Donald Charity

Hello it's version 1.2


iOS binary build with radio buttons not functioning properly

Posted: Fri Feb 21, 2014 2:02 pm
by Donald Charity

Hello, it's version 1.2 if I change it too 2.0 my app is totally useless, the UI renders all wrong i.e. button dont show up, web and iOS.


iOS binary build with radio buttons not functioning properly

Posted: Fri Feb 21, 2014 7:32 pm
by Maryna Brodina

Hello! You need to do pre.checkboxradio("refresh")/pre after presetAttr("checked", "checked")/pre