I have a test to receive a message from JavaScript in ExampleJavaScriptCommunicationScene of InAppWebBrowser.
I did not receive a message after following the steps below.
1. Display the web page with InAppWebBrowser
2. Put the device into sleep mode
3. Cancel sleep mode
4. Send a message
“Debug.Log(“InAppBrowser: JS Message: ” + callback);” in the OnBrowserJSCallback function does not appear in the log.
Please tell me the information to fix it.