기본 콘텐츠로 건너뛰기

WWebView Bug reporting

Please leave comments for bugs 

On track

  • I want a new bug.

Done

  • [1.3.0] Win32: Fixed an issue where the "EnableContextMenu" function called before "Load" did not work properly.
  • [1.3.0] WSA: Fixed a bug "SetUserAgent" does not work on "master" build.
  • [1.2.2] Win32: Fixed a bug that fixed size does not work.
  • [1.2.2] Editor: Fixed a problem where WebView was displayed in the wrong place.
  • [1.2.2] Editor: Fixed invalid focus when the webview hidden.
  • [1.2.2] WSA: fixed an app block on demo scene while navigating.
  • [1.2.2] Win32: fixed GetAlpha() function returns an incorrect value.
  • [1.2.2] Win32: Fixed a problem where TAB & DELETE key did not work.
  • [1.2.1] Editor: GUI Window tried to begin rendering while something else had not finished rendering! Either you have a recursive OnGUI rendering, or the previous OnGUI did not clean up properly. Assertion failed on expression: 'device.IsInsideFrame()'
  • [1.2.1] Editor: The webview closed when Unity tool window closed.
  • [1.2.1] Win32: GetCookie function can't retrieve HTTP session cookie.
  • [1.1.2] Win32: memory leak on CustomOleControlSite.cpp
  • [1.1.1] Win32: Plugin DLL load fail.
  • [1.1.0] WSA: Load fail when load a local HTML file.
  • [1.1.0] Win32+WSA: The success & failure parameter was incorrect when calling OnLoadComplete on UNIWEBVIEW2_SUPPORTED mode.

댓글

  1. eg. I've realised that when you show a WWebview, then at some point hide to return to Unity, the keyboard focus is lost. You can't write on InputFields. It looks like the focus remains on the WWebview.

    답글삭제
  2. eg. Win32: Tab key does not work between browser input field.

    답글삭제
  3. How to reproduce the bug: (Standalone build) open new scene with WWebView, click somewhere on loaded page (when you just load page and don't click on it - everything is ok) and after that load another scene - Unity disappers, you see desktop and need to click on app icon on taskbar or alt-tab to get back to Unity.

    답글삭제
    답글
    1. Thank you for your report. BTW, Could you please tell me your Unity & desktop OS version. I couldn't reproduce the issue on Unity 5.6.0f3 and 2017.3.0f3 with Windows 10.

      삭제
  4. Hello,

    while trying to build your sample scenes in Unity (2017.1 or 2017.3) as UWP build the following error messages popped up in the development console:
    https://i.imgur.com/XYS95or.png
    Can you tell us how to fix this, or where we might find something to help us?
    Thank you in advance.

    Peter

    답글삭제
    답글
    1. Please build your project with XAML build option.

      삭제

댓글 쓰기

이 블로그의 인기 게시물

How to integrate with UniWebView3

WWebView is a fully completed module by itself. However, if your game uses UniWebView3 for other platforms (eg. IOS, AOS), you can easily integrate UniWebView3 with the following simple steps. This document was written based on UniWebView3 version 3.3.2 (Oct 09, 2017). 1. Install UniWebView3 If you import UniWebView3 package to your project, you can see the script files in the project panel as shown below. We will modify this script. Of course, UniWebView3 is configured with script code that does not support Windows Unity Editor, Windows Standalone and Windows Store platform. That's why we need to modify the script files of UniWebView3. 2. Modify UniWebViewPlaceholder.cs Open the script file located in "/Assets/UniWebView/Interface/UniWebViewPlaceholder.cs" and modify directives as shown below. #if !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX && !UNITY_IOS && !UNITY_ANDROID && !UNITY_EDITOR_WIN && !UNITY_STANDALONE_

Windows WebView Unity Plugin - WWebView

Asset Store :  https://www.assetstore.unity3d.com/#!/content/97395 Release Notes :  http://www.icodes.studio/2017/10/wwebview-release-notes.html Let me introduce myself briefly. WWebView is an easy solution for integrating WebView to your windows games. You can set up a web view and embed web content in your game with less than 10 lines of code. There is also a clean and simple interface for you to interact between the game and webview. Above all, WWebView is designed to be very easy to integrate into UniWebView2. How to integrate with UniWebview2 http://www.icodes.studio/2017/10/how-to-integrate-with-uniwebview2.html How to integrate with UniWebview3 http://www.icodes.studio/2017/10/how-to-integrate-with-uniwebview3.html Notice The native plugin was built with Visual Studio 2017. It has been tested in Unity version 5.6.0f3, 2017.1.0f3, 2017.2.0f3 and 2017.3.0f3