Customizing of Flip Switch in Listview (PhoneGap)
Hi to everyone, i'm developing a mobile app based on PhoneGap and have some problems regarding Settings page. I added some Flip Switches into my settings page (Listview), but they are looking not like in real size (
jammed). Without Listview Flip Switches are looking normal, but I want to include them into Listview and make settings page more amazing. Have look at the image bottom for the details.
- <ul data-role="listview">
- <li>
- <h3>Sound</h3>
- <p>Sound during the pop-ups.</p>
- <p class="ui-li-aside">
- <select name="sound" id="sound" data-role="slider" data-mini="true">
- <option value="off">Off</option>
- <option value="on">On</option>
- </select></p></li>
- <li>
- <h3>Vibration</h3>
- <p>Vibration during the pop-ups.</p>
- <p class="ui-li-aside">
- <select name="vibration" id="vibration" data-role="slider" data-mini="true">
- <option value="off">Off</option>
- <option value="on">On</option>
- </select></p></li>
- </ul>
I've tried to look at the .css file, but for the moment without any result. Any suggestions?