chef 3808 Posted September 28, 2020 Posted September 28, 2020 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.
Luke 40086 Posted September 28, 2020 Posted September 28, 2020 How does it compare to clicking the browser back button?
chef 3808 Posted September 28, 2020 Author Posted September 28, 2020 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now