jquery - ipad safari problem possibly due to scaling -
i made following website:
www.appliedintelligentmarketing.com it works fine in browsers i've viewed in safari ipad , doesn't work correctly @ when click on different page. have tried putting following meta tag in:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> doesn't seemed have helped though. need view on ipad see error is, horizontal scrolling doesn't work properly. know might causing problem?
thanks
this may not answer of problems, i've experienced problems before when using scrollto on ipad-ready website, because mobile safari doesn't perform or receive scroll events way standard browser would. may want test animation replacing localscroll calls standard animate: $('body').animate({scrolltop: posy, 2000});
Comments
Post a Comment