예제 #1
0
 public void onCustomUrl(string url)
 {
     if (url.StartsWith("unity:"))
     {
         WebViewManager.ProcessGotoEvent(url.Replace("unity:", string.Empty));
     }
 }