Defold and browser communication?

i have 2 question ??
The web page calls functions inside the defold content.
The defold content calls functions in the web page.
sry for bad english

I’m not sure what you are asking. Do you wonder about the HTML5 support of the engine?

i think frodo is asking whether a defold app embedded in a webpage can communicate with the embedding page; like invoking javascript methods declared by that page, or having methods invoked inside it by javascript running on that page…

yes that my question . ty vm jeremy
sry for bad english

To my knowledge, that is not possible. A key feature of Defold is to keep it as platform agnostic as possible so features like this are not likely to happen any time soon. Could you describe the use case a bit more?