DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

Radio button bug #71

Closed ns-1m closed 12 years ago

ns-1m commented 12 years ago

I have problem with radio. It is not working properly

It is working in Safari but not on iPhone simulator. All the radio are enable i.e. all hilighted, not toggle.

It is mentioned in here. https://github.com/senchalabs/jQTouch/issues/9

The code is like this (below). it is segmented control found in the jqtouch google groups.

<div class="bar">

<input id="nav" type="radio" name="controls" value="nav" title="Navigate" checked="checked">
<input id="point" type="radio" name="controls" value="point" title="Point">
<input id="line" type="radio" name="controls" value="line"  title="Lines"/>
<input id="poly" type="radio" name="controls" value="poly" title="Polygons"/>
<input id="mod" type="radio" name="controls" value="mod" title="Modify"/>
 <input id="drag" type="radio" name="controls" value="drag" title="Drag"/>
DataZombies commented 12 years ago

That's not the same issue. The version of iScroll I'm using doesn't like form elements.