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

#1989
sotiris
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..