You are currently viewing 2D WebView for WebGL (Web Browser IFrame)

2D WebView for WebGL (Web Browser IFrame)

• WebGL WebView Demo

System requirements

• Unity 2018.4 or above

• WebGL Build Support

Important notes and limitations

• This package only supports WebGL. To support other platforms, you can install additional 3D WebView packages (Windows and macOS, Android, iOS, UWP, or create a custom bundle). All of the 3D WebView packages work seamlessly together, so all you need to do is install them into the same project, and then 3D WebView automatically detects and uses the correct plugin at runtime and build time.

• 3D WebView’s native WebGL plugins are provided as precompiled libraries, and the native source code for them is not provided.

• 3D WebView’s WebGL plugins can’t run in the editor, so a mock webview implementation is used by default while running in the editor. However, you can actually load and render real web content in the editor by also installing 3D WebView for Windows and macOS into the project.

• This package only supports Native 2D Mode, so the 2D CanvasWebViewPrefab works, but the 3D WebViewPrefab does not. You can read more about this limitation here.

• This package is unable to load websites that block iframes by sending an X-Frame-Options header. For example, many popular sites like Google and Facebook block iframes using X-Frame-Options. You can read more about this limitation and test if a URL is compatible here.

• When the webview’s URL has a different domain than the Unity app, most of the IWebView methods become disabled. You can read more about this limitation here. HTML loaded with LoadHtml() also faces this limitation, but an alternative that supports the IWebView methods is to load the HTML from StreamingAssets instead.

• The following IWebView methods are not supported and are ignored at runtime:
◦ CaptureScreenshot()
◦ Copy(), Cut(), and Paste()
◦ GetRawTextureData()
◦ PageLoadFailed
◦ Additional APIs unsupported in Native 2D Mode

• The following IWebView methods have limitations:
◦ LoadUrl(url, additionalHeaders) is unable to send additional headers due to browser limitations, so it loads the URL without additional headers.
◦ CanGoBack() and CanGoForward() both return whether the webview can either go back or forward. In other words, both methods return true if the webview can go either back or foward, and both return false if the webview can’t go back or forward.
◦ LoadProgressChanged only indicates the ProgressChangeType.Started and Finished events and is unable to indicate the Failed or Updated events.

Check out the details from the Unity Asset Store: https://assetstore.unity.com/packages/tools/gui/2d-webview-for-webgl-web-browser-iframe-202522

Donate Please To Get Access to Our Huge Library With High Speed And Ad-Free

DOWNLOADS
Download For Free Server 1DOWNLOAD

Leave a Reply