Taming the Fire

Posted on Jan 17, 2012 | 0 comments

The 20px menubar at the bottom of the screen is a permanent fixture on the Kindle Fire.
The problem is that Corona includes this in the reported screen size, which can result in display objects being partially hidden if they’re positioned at the bottom.

In this post I’ll show you how you can deal with this. It works well with dynamic scaling and also screen orientation changes.

Read More