5

Does anyone know of a way to disable the "Rubber Band" effect in the IE10 browser on a Windows Phone 8 device? I tried a trick where I can create a high DIV and absolutely position it and then try and fix the position of the main content div, but IE10 seems to ignore that. It's hard to make an HTML5 app feel like an app when it giggles everywhere...

4

1 回答 1

5

尝试为 body 添加 -ms-touch-action:none 如下:

<style type="text/css">body {{-ms-touch-action:none; }}</style>
于 2012-12-06T17:48:52.317 回答