Search Unity

Using Microsoft.Phone.Controls.WebBrowser in Unity3d

Discussion in 'Windows' started by lyh1, Jun 5, 2014.

  1. lyh1

    lyh1

    Joined:
    Jun 30, 2010
    Posts:
    92
    I have a problem to port a iOS/Android Project which use webview to Windows Phone.
    I have not found a webview plugin which support Windows Phone 8, so I decide to make one.
    Now I am writing a C# Class Library to create the webBrowser object, but it seems I cant attach it to the application page in the Class Library.
    I have another approach, which is adding the webview in the unity3d visual studio solution.
    But I dont know how to communicate with the controls added after I build the unity project.
    Anyone have ideas how to use the webBrowser in unity?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
  3. lyh1

    lyh1

    Joined:
    Jun 30, 2010
    Posts:
    92
    Thank you, I save some times on fighting with the plugin dll.