MrFlyingChip

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Browser URL #726
    MrFlyingChip
    Participant

    I checked it, it says that I`m doing evetything right. But these events do not work.

    • This reply was modified 6 years, 2 months ago by MrFlyingChip.
    in reply to: Browser URL #724
    MrFlyingChip
    Participant

    onBrowserFinishedLoading is not working, as all the events.

     public void Start()
        {
            InAppBrowserBridge bridge = FindObjectOfType<InAppBrowserBridge>();
            bridge.onBrowserFinishedLoading.AddListener(OnBrowserLoading);
        }
    
    public void OnBrowserLoading(string url)
        {
            request = url;
        }

    Am I doing something wrong?

Viewing 2 posts - 1 through 2 (of 2 total)