WebView koduler | How to use CustomWebView extension ? Guides

Hi everyone :slightly_smiling_face:
Since I am getting a lot of questions related to CustomWebView extension so I decided to create a guide to show how we can do various tasks with the extensions in different parts.

Use JavaScript functions (also for webviewer)

1.Create and Set Webview
As we know that to use the extension we have to create and make a webview active which can be done in following way:



Since JS is by default enabled in extension so there is no need to set it manually.

If you are using WebViewer then you can skip this step

2.Load website
To run JS functions I am going to use my website 2 so I shall load it first.

3.Fill textboxes
We need element’s id to perform these steps that we can easily get using Inspect feature of browsers.

0 Comments