what is the command to go all the way back to the category page?
i want to have a button on my detailScreen take them back all the way out to th ecategory feed
thanks i have tried
if msg.isButtonPressed() then
showHomeScreen(screen)
end if
and this
if msg.isButtonPressed() then
showHomeScreen()
end if
and neither are working, in fact will just sit there when pushing the button