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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -