i’m working on .Net project using Jquerymobile and asp.net on VS2010
,when i test my application On Iphone and click on textbox that is near to the top of window the form go down a little bit and the header of page also go down with the form as i make the header not fixed, and this is happens only on Iphone so how can i prevent this action when i click on textbox ?
i’m working on .Net project using Jquerymobile and asp.net on VS2010 ,when i test
Share
try
this.element.addClass("ui-fixed-hidden");this will disable the header to be fixed