Changes between Version 2 and Version 3 of ViewportInteractionTopics


Ignore:
Timestamp:
Nov 21, 2012 7:26:04 AM (11 years ago)
Author:
allan.jensen@digia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ViewportInteractionTopics

    v2 v3  
    1010   * If a new page is being loaded behind, user events must not be sent to it.
    1111 * The browser should not change orientation if the user is still interacting with the page (ie. having a finger on the page)
    12  * Javascript/DOM/etc is suspended while interacting with the content (to avoid scrollTo JS calls as well as content size changes, ie content becoming smaller because of div is being hidden)
     12 * Active DOM objects (Timers, async events, etc) are suspended while interacting with the content (to avoid content changing on anything but user input)