iPhone Javascript execution time
        Posted  
        
            by Rudiger
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rudiger
        
        
        
        Published on 2010-05-11T04:59:30Z
        Indexed on 
            2010/05/11
            5:04 UTC
        
        
        Read the original article
        Hit count: 572
        
Hi guys,
In the Apple docs it says that
JavaScript execution time is limited to 10 seconds for each top-level entry point. If your script executes for more than 10 seconds, Safari on iPhone OS stops executing the script at a random place
I plan to have some Javascript run every 10 seconds or so that will do an AJAX query to the server and rewrite just the section of the page necessary. Will this be possible with these restrictions on the device?
© Stack Overflow or respective owner