Skip to main content

Customize WebBrowser

If the defaulted W_ExecuteWebBrowser can not meet your requirements,you can customize Browser Blueprint by your own.

  1. Create a Widget Blueprint extends from UnipassWebBrowserWrapper

custom web browser

  1. Drag UnipassWebBrowser to Widget Blueprint

custom web browser

  1. Inject global variable unipass to window object of WebBrowser

custom web browser

  1. Implement browser functions: LoadURL, ExecuteJavascript and other browser functions refer to UnipassWebBrowser.cpp

custom web browser

  1. When your customized WebBrowser created successfully. you can use your customized WebBrowser for UnipassSDK Initialization instead of W_ExecuteWebBrowser.

custom web browser