Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I am experiencing slow load times for local web pages stored on the iphone. the pages i want to load are flash converted to html5, they are animations that start when the page is loaded. this leads to the issue im facing.
I can have the app load the webpage in the background when the app starts, so when the user goes to that view in the app the web page is already loaded in memory, but as you might have noticed this will not work as on the web page is an animation that happens when the page is loaded and lasts for about 5 seconds. so if i load the page at the start of the app the user does not see the animation when they get to that view.
what i need is to somehow load the webpage but not start html5 animations, or maybe somehow load the webpage into memory so when the UIWebview is loaded it is loading from memory and not disk. but i am still not confident that would work as even a 5kb text html file takes noticable time to load using UIwebview.
if anyone knows of any solutions, ideas, or can point me in the right direction that would be great. thanks!