I don't understand. My WebKit view is supposed to display a racecar going around a track. It does just that on the simulator, but on an iPad I just see the green background. Do I need to create a UIView and put the WebKit view in there?
Edit: I suppose I should add that the content is generated using JavaScript. You see, what I wanted to do was create the animation using Adobe Flash Professional, then port it to iOS. Exporting the animation to HTML5 seemed like the way to go about doing that.
Edit: Copying and pasting all the JavaScript from the external JS files into the HTML file solved the problem.
Edit: I suppose I should add that the content is generated using JavaScript. You see, what I wanted to do was create the animation using Adobe Flash Professional, then port it to iOS. Exporting the animation to HTML5 seemed like the way to go about doing that.
Edit: Copying and pasting all the JavaScript from the external JS files into the HTML file solved the problem.
Last edited: