corona icon indicating copy to clipboard operation
corona copied to clipboard

WebView enhanced.

Open zero-meta opened this issue 1 year ago • 1 comments

Related APIs:

  • webView:registerCallback(name, function): Register a Lua function that can be called from JavaScript
  • webView:on(eventName, listener): Listen for events from JavaScript
  • webView:send(eventName, data): Send data to WebView
  • webView:injectJS(script): Inject JavaScript code into WebView

See more detail in this forum topic and this repo.

zero-meta avatar Dec 04 '24 03:12 zero-meta

This looks very handy! @Shchvova Can this be merged?

tomprice avatar Oct 28 '25 20:10 tomprice