What is Web View element in VDesigner2.0?Please explain.
2 Likes
The Web View element allows the end user to open a web page instantly from an app only by tapping the link. It is a quick web view that provides the limited browsing functionalities as a sub-process of the app.
Use the web view to:
-Display rich content instantly.
-Display general and public content that does not pose security risk.
-Display information without requirement of web browser.
-Display information that is independent of the application version (For example:- IOS, Android, etc.)
The “Web View” element has the following properties:
UI Configuration
Data Configuration
3 Likes
You can pass the URL either statically or dynamically by specifying the path in the URL section of the WebView element’s properties as shown in the screenshot.