Page not Loading, only white page showing

Welcome! Forums Unity Plugins In-App Web Browser Page not Loading, only white page showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1022
    deraggi
    Participant

    Hi,

    I’m struggeling getting the Mobile Browsert to work on my IOS Devices.

    I’m using the following code to open it:

    ` InAppBrowser.DisplayOptions options = new InAppBrowser.DisplayOptions();
    options.displayURLAsPageTitle = false;
    options.pageTitle = “About Fort Designer”;
    options.shouldStickToLandscape = true;

    InAppBrowser.OpenURL(“http://google.de”, options);’

    But, when opening, I only get a white page and no loading indicator. Device is connected to the internet, other online operations from withing the app work.

    Any idea what could be causing this or what I can do to analyize this further?

    I’m preparing my app for Submission, a quick response is much appreciated!

    #1023
    PiotrPiotr
    Keymaster

    Hi,
    It’s hard to guess 🙂

    Add a listener and check what error message is saying (onBrowserFinishedLoadingWithError event).
    You can also check it while running app from Xcode.

    Let me know what does it say and if you need more help.

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