Following discussion on this thread (https://getsatisfaction.com/apperyio/...), I had attached the following CSS to toggle switch in Appery project and things were working fine (in browser and on device).
code
body .ui-content .ui-flipswitch, .ui-slider.ui-slider-switch, body .ui-content .ui-flipswitch.ui-flipswitch-active{
width: 90px;
}
body .ui-content .ui-flipswitch.ui-flipswitch-active{
padding-left: 60px;
}
body .ui-content .ui-flipswitch .ui-btn.ui-flipswitch-on{
color: #fff;
}
html body .ui-flipswitch.ui-bar-f.ui-flipswitch-active{
background-image: none;
}
/code
Inexplicably, on testing at present I notice that the text gets cut off (see screenshot #1 - "Yes" as text). I've tried creating a simple/new project and see the same behavior with iOS7 theme.
How can I fix it?
Thank you.