What happens between CloseCard and PreOpenCard?
Posted: Wed Mar 13, 2013 11:15 am
I have a Stack with several cards and moving between them (on iOS) can sometimes take several seconds. In some cases I know why (there's a lot of work being done on a card, for example), but I am stumped by one aspect I am seeing and wondered if anyone could help.
Using a "put" of the long seconds, I am trapping the start and end of various scripts. The one that is causing me to scratch my head is that from one card back to the "home" card, I have about 2.2 seconds (on an iPad 3) between the end of CloseCard for the card I'm leaving and the start of PreOpenCard on then"home" card. I would have thought that one would follow directly on from the other. (the CloseCard script just deletes a few scrollers). I don't really see the problem in the iOS simulator, by the way.
Can anyone suggest things I can look into to track down what's happening in my missing seconds?
Thanks for your help.
Using a "put" of the long seconds, I am trapping the start and end of various scripts. The one that is causing me to scratch my head is that from one card back to the "home" card, I have about 2.2 seconds (on an iPad 3) between the end of CloseCard for the card I'm leaving and the start of PreOpenCard on then"home" card. I would have thought that one would follow directly on from the other. (the CloseCard script just deletes a few scrollers). I don't really see the problem in the iOS simulator, by the way.
Can anyone suggest things I can look into to track down what's happening in my missing seconds?
Thanks for your help.