-
Notifications
You must be signed in to change notification settings - Fork 281
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
In a (mobile) Navigation App another App can be loaded via the menu-button. In the Edit-window of the menu-items it is possible to specify the App that should be loaded, together with URL Query/Hash parameters that should be passed to the App.
The current behavior is that the App will be opened after clicking the button in the navigation menu, but the URL-parameters are not passed and so cannot be used in de loaded App. Refer to attached screenshot for settings.
Expected Behavior
The expected behavior is that the URL Query/Hash parameters should be passed to the loaded App, so that they come available in the loaded App.
NOTE: This works only correct when opening the App via the specific URL, including the parameters, but this has the disadvantage that the loading time is quite long each time the App is selected.
Steps to reproduce
This can be reproduced with the following steps:
- Create a new Canvas App (App_B) with a Text-field that displays the Value of the URL Hash Param HP1, with {{url.hash.HP1}}
- Create a Navigation App (App_A) with multiple navigation-buttons.
- Select the navigation menu and Edit the settings of the first menu button.
- Set the Action to "Go to another app" and select the App_B from the list.
- Enter "HP1" as URL Hash Param, with a default value like 123.
- Close the Edit window and click the navigation buttons.
- Clicking the first button should load App_B in the navigation App AND pass the URL Param HP1, so that it can be displayed in the test-field of App_B - however, this is not the case.
Environment
This Issue happens in the Latest Version (2.7.5) of the Cloud environment.
Additional Information
This has been reported on Discord on 10/31/25.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
