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
February 4, 2020 at 2:23 pm
#1989
Participant
Hello, same problem here. Replaced the old way with iframe to the
webkit.messageHandlers.UnityInAppBrowser.postMessage(‘your message goes here’);
when it comes to iOS.
Android works perfect with UnityInAppBrowser.sendMessageFromJS(‘your message goes here’);
ios no luck. before updating it worked in both iphone and android..