The infamous Kindle Fire soft button.
On the Kindle Fire HD, you seem to be able to surpress the statusbar on top, and the softbutton bar, using: display.setStatusBar( display.HiddenStatusBar ).
This probably also works on all new Kindle Fire tablets. Instead it displays a tiny small button, so no more problems with the softbutton overlapping your graphics.
However, you still need to figure out which Kindle Fire your software is running on, so you can work around the soft button of the first gen Kindle Fire’s.
So how are we gonna detect the differences between Kindle Fire, new Kindle Fire, Kindle Fire HD, etc?
local environment = system.getInfo( “architectureInfo” )
only gives ARM Neon on the Kindle Fire HD
and the resolution from the old kindle fire and the new one are the same…
Anyone?
[import]uid: 50459 topic_id: 31395 reply_id: 331395[/import]