Implement UIPickerview on Mobile Safari via HTML -


is there way create effects similar uipickerview on iphone mobile safari via html/javascript/css?

<select id="mypicker" name="mypicker">     <option value="" default selected">pick value</option>     <option value="pick1">pick 1</option>     <option value="pick1">pick 2</option> </select> 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -