Hi, am new at Corona SDK and i’m having troubles with:
local options = { effect = "fromBottom", time = 500, isModal = true, params = {var1=2} } composer.showOverlay("resposta", options)
Not filling fullscreen on android devices(https://imgur.com/a/lAqulkF), any ideas how can i fix that?
Thanks For help!