Reply To: Callback on iOS 13 not working from javascript

Welcome! Forums Unity Plugins In-App Web Browser Callback on iOS 13 not working from javascript Reply To: Callback on iOS 13 not working from javascript

#1911
PiotrPiotr
Keymaster

As mentioned on Asset Store 2.0 changes the way you communicate from JS to Unity.

Check docs for a details, but essentially you need to do this:
webkit.messageHandlers.UnityInAppBrowser.postMessage(‘your message goes here’);