I am using android native to build the app. But I suffered a white screen from time to time when I reopen the app from the home page of the phone . My test process is as follow:
-
Install the app
-
Open the app
-
Jump to the home page of smart phone
-
Wait for 1-5 mins
-
Open the app again
-
A white screen shows up ( this seems like the app is not responding any more)
The corona code (main.lua) is very simple which includes just a rectange:
local bg=display.newRect(100,0,300,300)
bg:setFillColor( 1,0,1 )
Could anybody help me for this issue?