Hello,
I was wondering - why Corona SDK thinks that Kindle Fire is 1024*600?
it is 1024*580 or 1004*600 - 20 pixels from height used by Kindle to show his Bar (or more - when it open).
Does Corona have any event dispatched for that? Or anyway to show right dimension?
At this moment I have to use ‘tweak’:
\_H = display.contentHeight;
optionsBuild = "amazon";-- "ios"/"android"/"amazon"/"nook"
if(optionsBuild == "amazon")then
\_H = \_H - 20;
end
[import]uid: 90911 topic_id: 30650 reply_id: 330650[/import]