Skip to content
pisi edited this page Sep 13, 2010 · 6 revisions

These are questions which pop up more often than any other

I’m experiencing weird scaling down of my image on iPhone or iPad. Why’s that?

This is often exhibited by several frames of sprite appear on screen at once.
As a result of iPhoneOS memory limitation imposed on image dimensions, your image sprite gets scaled down to fit in memory. In that case you have two options:

  • you can make your sprite smaller,
  • or use sequence of individual frames instead. Unfortunatelly this comes with a penalty of downloading several images instead of just one.

Will Reel work on my Opera Mobile?

There are profound differences in how Opera Mobile handles Javascript which render this browser insensitive to some key interaction events Reel is using. That’s why Reel unfortunatelly doesn’t and won’t work in Opera Mobile.

Clone this wiki locally