iOS doesn’t open websites

Welcome! Forums Unity Plugins In-App Web Browser iOS doesn’t open websites

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11864
    picios
    Participant

    Hi, I’m having problems with the plugin and iOS, it’s not opening the pages, they are loading forever, it was working months ago.

    I’m using unity3d 2020.1.13f1 and xcode 12.5.1, when I tried to open a website the log shows:

    2021-08-11 12:58:07.346396-0500 myapp[556:87404] WF: === Starting WebFilter logging for process myapp
    2021-08-11 12:58:07.346897-0500 myapp[556:87404] WF: _userSettingsForUser mobile: {
    filterBlacklist = (
    );
    filterWhitelist = (
    );
    restrictWeb = 1;
    useContentFilter = 0;
    useContentFilterOverrides = 0;
    whitelistEnabled = 0;
    }
    2021-08-11 12:58:07.346937-0500 myapp[556:87404] WF: _WebFilterIsActive returning: NO

    I would appreciate any help.

    #11865
    PiotrPiotr
    Keymaster

    Is it happening on every website? What about https://www.google.com ?
    This log is about something different.

    • This reply was modified 2 years, 7 months ago by PiotrPiotr.
    #11867
    picios
    Participant

    The website https://www.google.com worked, xcode showed the same log with some extra data like “InAppBrowserBridge not found!” but it worked. Everything works in android so the urls that I’m sending are working. It’s weird.

    #11868
    PiotrPiotr
    Keymaster

    Maybe its some JS error? You can use listener and listen for onError callback

    #11922
    Anshal
    Participant

    Did you find any solution for the above issue?

    • This reply was modified 2 years, 5 months ago by Anshal.
    #11925
    picios
    Participant

    Hi, yes, it was an error on my side, the plugin is working fine. I’m reading URLs from a csv, when I get the url on Mac and iOS both OS add a special character at the end of the url, I had to removed that special character from the url if it exists.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.