We have Gmail Workspace add-on that is used on both the Gmail Web app and Gmail Mobile app.
For some reason when running in the Gmail Mobile app there is no back navigation available. The below screen shot shows the navigation on the Web app.
But this is not available on the Mobile app?
I can't see this difference documented anywhere. Is there something we are not setting to enable this?
Also in addition to the back navigation not being available we get an error whenever we try and set the navigation via app script.
For example the following:
cs.newActionResponseBuilder().setNavigation(cs.newNavigation().popCard()).build()
gives the error on Mobile app only -
failed to complete your action because the add-on will be in a bad state
Is this behaviour to be expected? Is there some other approach to controlling navigation on Gmail Mobile that we are not aware of?