iOS localhost start loading callback doesnt work

Welcome! Forums Unity Plugins In-App Web Browser iOS localhost start loading callback doesnt work

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1937
    yvzdmr
    Participant

    The site i am openning with inappbrowser redirects me to a url which i specified and in this case it is http://127.0.0.1, in android onBrowserStartedLoading callback is called but on ios no callback is called.

    Here is the xcode log message when redirected to http://127.0.0.1

    2019-12-19 14:02:32.096434+0300 maptcell[784:872668] [ProcessSwapping] 0x10fb38160 – ProvisionalPageProxy::didFailProvisionalLoadForFrame: pageID = 1, frameID = 1, navigationID = 4

    2019-12-19 14:03:02.100105+0300 maptcell[784:872668] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service

    #1938
    yvzdmr
    Participant

    Also it would be helpful to get notified via onBrowserFinishedLoadingWithError when canOpenUrl fails

    2019-12-19 14:12:45.121155+0300 maptcell[791:874481] -canOpenURL: failed for URL: “maptcell://main?code=c8cf714b-46ba-4269-a5e7-44caa1b54b97&state=State.DLEpXwMoV9qZtHXsDI7ZUzWkIDPHPM-saAGVZTO_QObDVmvSHVq49hDs9KfWExXwm9xOpnMyHgDtCEMj5lK7Cq” – error: “This app is not allowed to query for scheme maptcell”

    #1943
    PiotrPiotr
    Keymaster

    Hi,
    Plugin sends whatever comes from Apple SDK. For your specific case you might want to tinker with plugin source code. If I sent you project files would you be able to do it?

    #1960
    yvzdmr
    Participant

    I haven’t writen a plugin in iOS before but in this case i would like to try to fix it because i really need it to be fixed.

    #2350
    chris_lmis
    Participant

    I have the exact same problem. Any fix for this yet?

    #2368
    PiotrPiotr
    Keymaster

    @chris_lmis what exactly problem do you have?

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