| Summary: | [iOs6] No requests will be sent anymore after executing window.setInterval() while scrolling | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Claudio Guglielmo <claudio.guglielmo> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | rsternberg, tbuschto | ||||
| Version: | 1.5 | ||||||
| Target Milestone: | 2.1 M1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Claudio Guglielmo
CQ 7089 has been approved. We've got the go-ahead to use the code from https://gist.github.com/ronkorving/3755461. Included the script with commit 1fe5bdef934deba8c146c8a41cde4ffdc53763e1. It will be only executed on iOS 6, but is always included. To counter that (client size) i threw out some old IE-fixes that weren't used anywhere. The script is in BrowserFixes.js, and the check is: /iPad|iPhone|iPod/.test( navigator.userAgent ) && /Version\/6/.test( navigator.userAgent ) Should we get more precise information where the issues exists we should update it. For now i'll assume that it will be fixed in iOS 7, as it is a known issue. |