Reply To: Question on LoadHTML()

Welcome! Forums Unity Plugins In-App Web Browser Question on LoadHTML() Reply To: Question on LoadHTML()

#2365
xuan_celestial
Participant

Hi, Thanks for the fast reply!

By ExecuteJS you mean the InAppBrowser.ExecuteJS() right?

As I’m new to javascript, correct me if I am wrong with the following flow:
1. html page with javascript implemented the floating navigation button. (Assume simply click and close IAB)
2. when user clicked the button, the javascript of the html page will then post message to Unity, so that function listening to OnMessageFromJs() will run accordingly. (In this case the function simply close IAB)
3. IAB is closed

Another Question:
Is it possible to have Unity UI element above IAB? or only achievable through Native Code

Regards.