Hey All,
I am trying to make a hybrid app, where the app initially launches to a custom roScreen screen, and a button click will load the roGridScreen. But when I navigate back to the initial (custom screen), I am getting some weird screen which looks like this
Seems like the roGridScreen is not fully cleared. If I click the Back button which triggers
msg.isScreenClosed()
event, the app works fine. But if it is a
msg.isListItemSelected()
, and try to close the gridScreen manually by
m.screen.close()
m.screen = invalid
msg = invalid
things go wrong.. Any idea on how to fix this? What am I doing wrong here?