Kindle Fire

Hi guys,

I’ve build my game with iPad support so I have all the files at 1024x768.

I want to port it now to Kindle Fire but because of the resolution I have some problems…you know that bottom bar on Kindle Fire which is present all the time, is there any way to remove it as it covers my player.

Do I need to add extra settings to my config/build files?

I’m currently using my config with these settings:

application = {  
 content = {  
 width = 320,  
 height = 480,  
 scale = "Letterbox",  
 fps = 30,  
 antialias = true,  
 imageSuffix = {  
 ["@2x"] = 2,  
 --["@3x"] = 3.2,  
 }  
 }  

Thank you!

[import]uid: 89239 topic_id: 22440 reply_id: 322440[/import]

Anyone having issues with the bottom bar? This is crazy, there should be some way to hide it… [import]uid: 89239 topic_id: 22440 reply_id: 89667[/import]

I may be mistaken but to the best of my knowledge there is no option to hide the bottom bar. (I have seen other discussions about this too.) [import]uid: 52491 topic_id: 22440 reply_id: 89788[/import]

Ohhh, this is crazy! I hate that bottom bar! [import]uid: 89239 topic_id: 22440 reply_id: 89831[/import]

I understand; I’m currently irritated by the whole “notifications” pull down on iOS >.

Since the Kindle Fire doesn’t have any hardware buttons (other than on/off) they have to leave that bar in sight – otherwise people would be “stuck” in the app and never be able to hit the Back or Home buttons. :slight_smile:

But yeah, I hate it, too.

Jay [import]uid: 9440 topic_id: 22440 reply_id: 89858[/import]