Reply To: Where is webkit.messageHandlers.UnityInAppBrowser?

Welcome! Forums Unity Plugins In-App Web Browser Where is webkit.messageHandlers.UnityInAppBrowser? Reply To: Where is webkit.messageHandlers.UnityInAppBrowser?

#11679
nategametaco
Participant

Got it working now based off your example. The trick was the “window” object. Be sure to update your documentation. You need the reference to that dynamic object.

How can I render a loading screen over the top of this web view? I want to have a better loading experience over the top of the web view, then hide it once the page is done loading. We were able to do this with another web view because we could render the web page in a game object or at least that was the container. Then I could put a custom load screen over that. Let me know if you have any tips on this. Thanks!