Skip to content
pisi edited this page Jan 6, 2011 · 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 several 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 Mini?

There are profound differences in how Opera Mini 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 Mini. However it works very well in Opera Mobile, other mobile browser by Opera.

Clone this wiki locally