Dear developers,
I am using an XHR request to get data from my webservice, the response I get is being placed in a table wich is being placed in my window. I first set the data to the table and then I place the table in my window. In this table I got some clickable rows, but when I click a row right after it's been placed it doesn't always recognize the click the first 10 secs.. Seems like the table is still being initialized?
Does anyone know how to check if the code really is done initializing?
Kind regards
(This actually only happens on my iPad 1, not on my iPad 3)
Your Answer
Think you can help? Login to answer this question!