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:
-
Drop the Web-View element on the canvas.
-
In the âURLâ property of the element, add the required URL (excluding itâs query parameter).
-
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
). -
The query parameter in this example is: ref_=nav_cs_bestsellers
-
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.
-
The key present in the query parameter of the URL above is âref_â and the value is ânav_cs_bestsellersâ
-
Add the above key and value (input the value by using the âStaticâ function) in the pop-up and click save:
-
Save and commit the changes and test the functionality on the âAndroid buildâ of your application.
Hi @Ravi_Raj, please mark the post as a solution if it solves your query.