Support Article
Radio Button disabled permanently in mobile and tablet devices
SA-72510
Summary
Radio button is disabled permanently in mobile and tablet devices. However, it is enabled in a desktop system. Additionally, the color of the button does not turn green on selection.
Error Messages
Not Applicable
Steps to Reproduce
- Create a checkbox control.
- Set the Caption position as 'left'.
- Switch to Pega Express.
- Select iPad and mobile resolution checkbox. Unable to check this checkbox.
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following local-change:
- Right align the Caption position checkbox.
- Include the below style changes in py-mobile-controls CSS file to obtain the color for the checkbox.
.iOS .checkbox [type="checkbox"]:checked+label::before,
.phone .checkbox [type="checkbox"]:checked+label::before,
.tablet .checkbox [type="checkbox"]:checked+label::before {
background-color: #0000FF
background-image: none;
color: $mx-strong_action_background-background;
height: 30px;
width: 50px;
margin: 0;
}
Published December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.