What are query parameters and how to configure them in Web View element?

What are query parameters and how to configure them in Web View element ?

Hi @Ravi_Raj, you can refer to this post for understanding query parameters:

Sharing the configuration of the query parameters in the Web-View element below:

  1. Drop the Web-View element on the canvas.

  2. In the ‘URL’ property of the element, add the required URL (excluding it’s query parameter).

  3. I am using the following URL for this example. This URL has query parameters too. (URL: https://www.amazon.in/gp/bestsellers/?ref_=nav_cs_bestsellers).

  4. The query parameter in this example is: ref_=nav_cs_bestsellers

  5. Now, click the ‘+Add’ icon of the “Query Parameter” property of the Web-View element. A pop-up will open up in which we will define the key and value of the query parameters of the URL.

  6. The key present in the query parameter of the URL above is ‘ref_’ and the value is “nav_cs_bestsellers”

  7. Add the above key and value (input the value by using the ‘Static’ function) in the pop-up and click save:

  8. Save and commit the changes and test the functionality on the “Android build” of your application.

2 Likes

Hi @Ravi_Raj, please mark the post as a solution if it solves your query.