Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

UniWebView4 Problem

Discussion in 'General Discussion' started by rfabi, Feb 22, 2021.

  1. rfabi

    rfabi

    Joined:
    Sep 3, 2020
    Posts:
    6
    Hello everyone,

    i am trying to use the plug in uniwebview4 on my mobile application, but the plugin doesn't work in android.
    the web view work fine in iOs and in the editor, and the code break here:
    Code (CSharp):
    1.  _webView.Frame = new Rect(0, 0, width, height);;
    where _webView is my webView, is incredible because i can access the Frame property (without errors) but when i try to create the react on android goes in exception.
    Any ideas? :(:(

    Ty.
     
  2. Lurking-Ninja

    Lurking-Ninja

    Joined:
    Jan 20, 2015
    Posts:
    9,826