Donald Charity
Posts: 0
Joined: Thu Feb 06, 2014 2:58 pm

iOS binary build with radio buttons not functioning properly

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

iOS binary build with radio buttons not functioning properly

Hi Donald -

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

Donald Charity
Posts: 0
Joined: Thu Feb 06, 2014 2:58 pm

iOS binary build with radio buttons not functioning properly

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

iOS binary build with radio buttons not functioning properly

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

Return to “Issues”