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 December 6, 2019 at 11:25 am #1911 PiotrKeymaster 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’);