Skip to content

[Bug]: URL parameters not passed when opening an App from the navigation menu. #2076

@PimDev69

Description

@PimDev69

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.

Image

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:

  1. 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}}
  2. Create a Navigation App (App_A) with multiple navigation-buttons.
  3. Select the navigation menu and Edit the settings of the first menu button.
  4. Set the Action to "Go to another app" and select the App_B from the list.
  5. Enter "HP1" as URL Hash Param, with a default value like 123.
  6. Close the Edit window and click the navigation buttons.
  7. 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

Javascript FrontendPull requests that update Javascript code

Type

Projects

Status

🆕 New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions