I was invoking an HTML page with the following command in my Windows Store App:
<div id="random"
data-win-control="WinJs.UI.HtmlControl"
data-win-options="{uri:'/random.html'}">
</div>
I then call .hide()
and .show()
.
I am now porting this for iPad. Could anyone suggest, what to change minimum code and use the same html file. Is jQuery needed here? How to incorporate that here?