how to activate keyboard on input box in ui-listview
This describe how to activate keyboard on input box in ui-listview. keyboard will not be shown without
in tizen device.
<ul class="ui-listview" id="LoginPage">
<li><div><input id="name" type="text" ></input></div></li>
</ul>