jquery - jQueryMobile scrolls the parent page when iFramed - how? -
if iframe page runs using jquerymobile, once page has loaded, scroll down top of iframe. if open lightbox, page scroll down lightbox's position. note: on ios devices in particular.
for example, go here on iphone: http://jsfiddle.net/morgoe/nsunj/ scroll down 'photo lighbox' , click on 1 of images. entire page scroll down lighbox.
how jquerymobile manipulating scroll position of parent frame?
won't let me submit without code.
they're using
window.location.hash = '#edit';
to scroll position of element id 'edit'. clever.
Comments
Post a Comment