Jump to content

Sending "Back" General Command in API goes Home in Web App


chef

Recommended Posts

Hi there, anyone else using the GeneralCommand API in C#.

 

When I send this command:

                await SessionManager.SendGeneralCommand(null, session.Id, new GeneralCommand()
                {
                    Name = "Back",
                    ControllingUserId = user.Id.ToString(),

                }, CancellationToken.None);

 in the web app, the web app navigates to the Home Page instead of the last page displayed.

 

Link to comment
Share on other sites

Just now, Luke said:

How does it compare to clicking the browser back button? 

 

Yes the browser back button does return to the home screen as well. Interesting.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...