Kuika's Web View element allows you to display an external web page or web-based content directly within your application. This feature enables users to access documentation, support pages, dynamic content, or third-party tools without leaving the application.
The Web View element is supported in both web and mobile applications.
Use Cases
Embed third-party support and help pages
Display dynamic reports, surveys, or data dashboards
Show web-based forms or application fields
Directly present internal portals, documentation, or CRM screens within the application
Displaying content from external services (e.g., YouTube, Google Docs, Kuika Docs)
Use Case – Help Center Integration
The Web View element is used in a dashboard application to allow users to directly access help content or documentation pages.
In the scenario:
The main application is an administration screen where users perform operations via the panel.
The Web View element is placed in the panel area on the right.
Kuika's help page titled “How can we help?” is embedded in this area.
Users can search the documentation or get help without leaving the panel.
Using Features in the Scenario Context
URL: The address of the page to be displayed in the Web View.
Static usage: https://help.kuika.com
Dynamic usage (with Symbol Picker): {{selectedHelpTopic.url}}
UI Design Module Operations
Go to the UI Design module.
From the left panel, select the Elements > Special > Web View element.
Drag and drop it onto the screen, for example, onto the right panel of your dashboard page.
Configure the following settings in the Properties panel:
URL: https://help.kuika.com
The Web View area is pinned next to the user panel, making the help content constantly accessible.
Scenario Flow
While working in the admin panel, the user sees the “Help” area on the right.
The help.kuika.com content automatically loads via the Web View element.
The user enters their query in the “How can we help?” search box to access the relevant documentation.
The content is displayed directly within the application; the user does not leave the page.
If necessary, the content can be dynamically redirected to another page (e.g., {{selectedTopic.url}}).
Limitations
Web View only supports pages using the HTTPS protocol.
Some external sites (e.g., those set to “X-Frame-Options: DENY” due to security policy) cannot be embedded.
Loading external pages on mobile devices may take slightly longer.
Web View content is independent of the application's data sources.
Tips and Best Practices
Displaying help and documentation pages within Web View allows you to redirect users without leaving the application.