internet explorer - Touch screen pull down white space above page -
when web page loads on touch screen device possible scroll (by pulling finger down) when scroll bar @ top of page. when user removes finger screen page scrolls default position. seems used add 'refresh' type functionality in iphone apps 'pull down refresh' feature.
this 'feature' causing annoying things happen in flex application building , stop happening. know:
- the name of feature;
- how turn off?
strangely, boundary effect occurs once. after occurs doesn't happen again , flex app fine.
i using microsoft surface rt comes internet explorer 10 assume common touch screen devices , browsers.
i tried following suggested in basic html page didn't have effect:
<script type="text/javascript"> window.addeventlistener('load', function() { document.body.addeventlistener('touchmove', function(e) { e.preventdefault(); }, false); }, false); </script>
manipulationboundaryfeedback:
windows 7 touch screen "shrug"
windows rt doesn't seem have option happening.
Comments
Post a Comment