iOS message sending problem

Welcome! Forums Unity Plugins In-App Web Browser iOS message sending problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11928
    epicghani
    Participant

    Good day, I have this problem where i’m sending a message from my webview instance to my unity app. sometimes it sends a message but sometimes it fails to.

    Scenario:
    A user opens a game(webview instance) then closes it (works properly at first) but then if the user opens it again, the close button doesn’t work anymore.

    Tech:
    We are using Javascript to communicate with the bridge from the main app, the webview instances has attached exit code using javascript, i am not sure why the exit only works once but it seems that there may be problem sending/receiving message from the webview instance to the main app.

    We are sending other message as well but not at the same time as we have auths and other APIs that needs to be consumed by the webview instance.

    Looking forward for your response, and if you need any reference for this problem i’ll try to provide it for you.

    #11937
    PiotrPiotr
    Keymaster

    There is example scene for JS communication. Can you reproduce the same issue there?

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