In Jquery Mobile Dropdown Popup UI distorts when Orientation change from portrait to landscape or vice versa -
when rotating device portrait landscape or vice versa dropdown popup ui goes upper left corner. screenshots attached. can please that. suggestion or solution great help. below code:
<select name="select-custom-1" id="select-custom-1" data-native-menu="false"> <option value="1">veni</option> <option value="2">vedi</option> <option value="3">vici</option> </select>
Comments
Post a Comment